Which of the following is true about the WHERE clause in SQL?
1
WHERE clause is used to retrieve data that meet some specified conditions.
2
WHERE clause returns records without repetition.
3
WHERE clause is used to rename any column.
4
WHERE clause is used to group of rows.