SQL basics Flashcards
1
Q
What does SELECT do?
A
The feilds that you want the query to return/display data from
2
Q
What does FROM do?
A
Specify the names of the tables where the data is to be retrieved from
3
Q
What does WHERE do?
A
Enter your search criteria which the returned recods have to match
4
Q
What does ORDER BY do?
A
Enter the field name that you want to order the results by the end in what order (ASC/DESC)