DROP: This will delete the table structure and its data.
syntax-DROP TABLE table_name
TRUNCATE: This will delete the table data but not its structure.
syntax-TRUNCATE TABLE table_name
DROP: This will delete the table structure and its data.
syntax-DROP TABLE table_name
TRUNCATE: This will delete the table data but not its structure.
syntax-TRUNCATE TABLE table_name
© PHPInterviewQuestion.com 2009 - 2012