f1 f2 f3 are attribute names.
If you want to retrieve all data then use the following:
"Select * From Table1 Order By LastName Desc, FirstName Asc"
Desc = descending
Asc = ascending