What is the meaning of the “WHERE” clause in Mysql?
(a) Filtering out unwanted rows from result set
(b) Filtering out unwanted columns from result set
(c) Filtering out unwanted rows and columns from result set
(d) None of the mentioned
I had been asked this question in my homework.
Question is taken from The Where Clauses topic in division Select Statement of MySQL