B. Is used
If this is not the full statement it may be C
It all depends on what you are using,
If you are using Google Docs, the document automatically saves itself
Answer:
please can you make this question make sence so i can at least try to help by answering this question for you
Answer:
Answered below
Explanation:
An SQL retrieval query is made up of up to six clauses that must be coded in a specific sequence and they consist of;
1) SELECT - This clause allows you list the columns you want.
2) FROM - This clause indicates the tables you are retrieving information from.
3) WHERE - The where clause indicates a condition.
4) GROUP BY - Let's you group your data into specific and more meaningful information.
5) HAVING - Puts a condition in your group.
6) ORDER BY - Orders your result rows in ascending or descending order.