jeudi 17 février 2011

What are the three ways to sort data on a select statement

a- using existing indexes in a table.
b- The order by clause  in  a select statement that will return records in ascending order by default and if specified, can return them in descending order.
c- The group by clause in a select statement will group records by a selected field.

Aucun commentaire:

Enregistrer un commentaire