The SQL command used to permanently remove a table from the database is ________.
- DELETE TABLE
- DESTROY TABLE
- DROP TABLE
- REMOVE TABLE
The DROP TABLE command is used in SQL to permanently remove a table and all its data from the database. It's important to exercise caution when using this command as it cannot be undone.
Loading...
Related Quiz
- Which factor is essential for determining the success of the ETL process?
- Denormalization can lead to faster ________ due to reduced ________ operations.
- What is the significance of Resilient Distributed Dataset (RDD) in Apache Spark?
- Which deployment modes are supported by Apache Flink?
- What is the role of data mapping in the data transformation process?