How to Use the Search Tool
There are two options you have when searching the NRAC database.
- Find Records by: This clause is used to filter out rows where the field you select contains the text you enter.
- The SORT clause: This clause is used to sort the records that matched the WHERE clause you specified.
Examples
- Show records where facility state is Maine sorted by city.
- Show all records sorted by Facility Name. ("%" is used as a wildcard)
- Show recoreds where species contains salmon. Sort them by State.