FC0-U71 · Question #120
Which of the following commands can be used to remove a database permanently?
The correct answer is B. DROP. DROP is a SQL command that can be used to remove a database permanently from a database management system. DENY is a SQL command that can be used to revoke permissions from a user or role. ALTER is a SQL command that can be used to modify the structure of a database object…
Question
Which of the following commands can be used to remove a database permanently?
Options
- ADENY
- BDROP
- CALTER
- DDUMP
How the community answered
(54 responses)- A2% (1)
- B91% (49)
- C2% (1)
- D6% (3)
Explanation
DROP is a SQL command that can be used to remove a database permanently from a database management system. DENY is a SQL command that can be used to revoke permissions from a user or role. ALTER is a SQL command that can be used to modify the structure of a database object, such as a table or column. DUMP is not a valid SQL command, but it may refer to a backup operation that creates a copy of a database.
Topics
Community Discussion
No community discussion yet for this question.