Detailed explanation and options for the selected question.
Which clause is used to filter rows during table creation?
A.
WHERE
B.
HAVING
C.
CHECK
D.
FILTER
Explanation:
The CHECK clause filters rows based on conditions during table creation. WHERE and HAVING filter rows during queries, and FILTER is not a valid SQL clause.