CBSE Class 11 Informatics Practices
Question 59 of 87
Structured Query Language (SQL) — Question 20
Back to all questions 20
Question Match the following clauses with their respective functions.
| ALTER | Insert the values in the table |
| UPDATE | Restrictions on columns |
| DELETE | Table definition |
| INSERT INTO | Change the name of a column |
| CONSTRAINTS | Update existing information in a table |
| DESCRIBE | Delete an existing row from a table |
| CREATE | Create a database |
| Column 1 | Column 2 |
|---|---|
| ALTER | Change the name of a column |
| UPDATE | Update existing information in a table |
| DELETE | Delete an existing row from a table |
| INSERT INTO | Insert the values in a table |
| CONSTRAINTS | Restrictions on columns |
| DESCRIBE | Table definition |
| CREATE | Create a database |