CBSE · 083Class XII · 2022Section B2 marks
Question 9ii
7 June 2022 · Computer Science (083)
Categorize the following SQL commands into DDL and DML : CREATE, UPDATE, INSERT, DROP
Answer
DDL Commands : CREATE, DROP DML Commands : INSERT, UPDATE
Explanation
DDL commands define structure (Create, Drop), while DML commands manipulate data (Insert, Update).