450,080 views
44 votes
44 votes
When a SQL query is written so as to display the results in a specific order, this order is determined by the _____.

User Vinz And Tonz
by
2.7k points

1 Answer

17 votes
17 votes
Not sure of the name but
You could use the following code as an example

SELECT *
FROM table
ORDER BY field1 ASC
User Tball
by
2.6k points