Database-Management-System
August 29, 2024Database-Management-System
August 29, 2024Database-Management-System
Question 734 |
The DELETE/FROM/WHERE command is used for removing one or more ___.
Attributes from a table(relation)
| |
Tables from a database
| |
Databases
| |
Tuples from a table(relation)
|
Question 734 Explanation:
DELETE/FROM/WHERE command is used for removing one or more tuples from a table(relation).
DROP command is used for dropping entire table.
DROP command is used for dropping entire table.
Correct Answer: D
Question 734 Explanation:
DELETE/FROM/WHERE command is used for removing one or more tuples from a table(relation).
DROP command is used for dropping entire table.
DROP command is used for dropping entire table.