Ordering, Groups, and Functions Flashcards

1
Q

ORDER BY

A

an be added to a query to order the results by the data in a row. The Order by clause is added after WHERE. Results can be ordered in Ascending (ASC) or Descending (DESC) order. The default order is ASC.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Limiting Results LIMIT #

A

clause can be used to limit the number of rows returned. The LIMIT clause is added at the end of the query.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly