Q. Match the following clauses with their respective functions.
ALTER |
Insert the values in a table |
UPDATE |
Restrictions on columns |
DELETE |
Table definition |
INSERT INTO |
Change the name of a column |
CONSTRAINTS |
Update existing information in a table |
DESC |
Delete an existing row from a table |
CREATE |
Create a database |
Answer :-
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 |
DESC |
Table definition |
CREATE |
Create a database |
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )