The _______ clause in SQL is used to specify the condition for the rows to be deleted or updated.
- FROM
- HAVING
- JOIN
- WHERE
The WHERE clause in SQL is used to specify the condition for the rows to be affected by DELETE or UPDATE statements. It allows you to filter the rows based on a specified condition.
Loading...
Related Quiz
- How is 'Cost Per Acquisition' (CPA) significant in marketing performance analysis?
- _______ is a dimensionality reduction technique used to reduce the number of features in a dataset while retaining most of the information.
- In deep learning, what function do convolutional layers primarily serve?
- What is the primary goal of data mining in a business context?
- The concept of _______ is crucial in time series analysis, representing the correlation between points at different times.