Database - SQL for Database Construction - Discussion

Discussion Forum : SQL for Database Construction - True or False (Q.No. 8)
8.
The SQL DELETE statement is used to delete both the table structure and table data.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Seema verma said:   1 decade ago
SQL DELETE statement is used for table Data.

Nainy said:   1 decade ago
SQL DELETE statement is used to delete table data &
SQL DROP Statement is used to delete both the table structure and table data.

Sahil said:   1 decade ago
TRUNCATE statement is used to delete (truncate) only table data not table structure.

Blank table with its table structure remains as it is in database.

Post your comments here:

Your comments will be displayed after verification.