Which SQL clause is used to filter results based on a specified condition?
- FROM
- GROUP BY
- SELECT
- WHERE
The WHERE clause in SQL is used to filter results based on a specified condition. It allows you to specify conditions that the data must meet to be included in the result set.
Loading...
Related Quiz
- Describe the difference between composition and inheritance in OOP.
- What is ACID in the context of database transactions?
- One way to reduce the frequency of merge conflicts in Git is by regularly _______ branches with the main development branch.
- How does automated testing contribute to the effectiveness of pull requests and code review?
- What is the purpose of the Git command "git merge"?