Which clause of Select statement helps to display specific data?
Answers
Answered by
1
Answer:
The SELECT statement has many optional clauses: FROM specifies which table to get the data. WHERE specifies which rows to retrieve. GROUP BY groups rows sharing a property so that an aggregate function can be applied to each group.
Similar questions
History,
2 months ago
Social Sciences,
2 months ago
Math,
4 months ago
Social Sciences,
11 months ago
Math,
11 months ago