Question:

Match List I with List II:
LIST ILIST II
A. AlterI. Change the name of the column
B. UpdateII. Update existing information in a table
C. DeleteIII. Delete an existing row from table
D. CreateIV. Create a database

Choose the correct answer from the options given below:

Show Hint

Match SQL commands based on their function keywords: alter (structure), update (data), delete (rows), create (objects).
Updated On: Apr 28, 2025
  • A-III, B-II, C-I, D-IV
  • A-II, B-III, C-I, D-IV
  • A-I, B-III, C-II, D-IV
  • A-I, B-III, C-IV, D-II
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

- ALTER is used to modify the structure of a table, such as renaming a column → I. - UPDATE is for changing values in existing records → III. - DELETE removes records (rows) from a table → IV. - CREATE initializes new objects like tables or databases → II.
Was this answer helpful?
0
0