CBSE Class 12 Computer Science
Question 45 of 79
Table Creation and Data Manipulation Commands — Question 5
Back to all questionsTrue
Reason — Conditional updates in table data are possible through the UPDATE command in SQL. The UPDATE command specifies the rows to be changed using the WHERE clause and the new data using the SET keyword. This enables to perform updates selectively based on specific conditions defined in the WHERE clause.