Question
Easy
Which SQL Query is used to remove a table and all its data from the database ?
1
Create Table
2
Alter Table
3
Drop Table
4
None of three
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Database Management System (DBMS) & SQL
Topic: SQL
Correct Answer
Option C
Explanation
The correct option is (3): The Structured Query Language (SQL) command specifically designed to permanently remove a table definition and all its corresponding data, indexes, constraints, and other associated objects from the database is DROP TABLE. This command belongs to the Data Definition Language (DDL) set, which means it deals with the database's schema or structure, not the data content itself. When you execute DROP TABLE, the entire table object…Read More
Similar Questions from HTET Exam - Level 3 - Year 2020
Question 1
Easy
Source :
HTET 2020
Which one of the following is used to sort rows in SQL?
Chapter :
Database Management System (DBMS) & SQL
Topic :
SQL
Question 2
Easy
Source :
HTET 2020
Who is the founder of Facebook social networking website ?
Chapter :
Computer System & Hardware Fundamentals
Topic :
Computer System
Question 3
Easy
Source :
HTET 2020
Which device is needed to connect two computer systems, if the systems use different protocols ?
Chapter :
Computer Networks & Internet
Topic :
Computer Network
Question 4
Easy
Source :
HTET 2020
What is ACID properties of DBMS Transactions ?
Chapter :
Database Management System (DBMS) & SQL
Topic :
Database Concepts