The first value in the output of a SQL query (given below) when run on a table having name “Table-1” is?
SQL Query: SELECT LastName FROM Table-1 WHERE State = "IN" ORDER BY FirstName
| LastName | FirstName | StreetNumber | StreetName | City | State |
|---|
| Squires | Edwin | 4589 | Shamar Rd. | Upland | IN |
|---|
| Rothrock | Paul | 91657 | Carex Ave. | Upland | IN |
|---|
| Ramirez | Douglas | 123 | Fake St. | Springfield | IN |
|---|
| Peterson | Chris | 4687 | Windthrow Way | Kane | PA |
|---|
| Gibson | David | 354 | Bluestem St. | Carbondale | IL |
|---|