What SQL clause is used to filter the results of a query based on a specified condition?
- GROUP BY
- ORDER BY
- SELECT
- WHERE
The 'WHERE' clause in SQL is used to filter the results of a query based on a specified condition. It allows you to retrieve specific data that meets certain criteria.
Loading...
Related Quiz
- You are designing a new computer system that requires very fast temporary storage to hold data between the CPU and main memory. Which type of memory would be most appropriate?
- In web development, which protocol is primarily used for secure communication over a computer network?
- In NoSQL databases, _______ is a system for storing data in flexible, schema-less documents rather than in traditional tables.
- What is the primary goal of information assurance?
- What is the primary function of the ALU (Arithmetic Logic Unit) in a computer?