sql string = select * from StudentInfo order by LastName, FirstName

sql string = select Distinct City from StudentInfo order by City


View Code