Which clause of Select statement helps to display specific data?
Answers
Answered by
48
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.
please mark me as brainlist
Answered by
17
Answer:
“WHERE” clause
Explanation:
To display the records containing the same type of values “WHERE” clause can be used
with the Select SQL Command.
please mark me as the brainliest
Similar questions