Revature Interview Question

What does WHERE do in SQL?

Interview Answer

Anonymous

Dec 10, 2020

The WHERE clause is used to filter records. The WHERE clause is used to extract only those records that fulfill a specified condition.

4