DROP TABLE table_name – This will delete the table and its data.
TRUNCATEĀ TABLE table_name – This will delete the data of theĀ trial offer table, but not the table definition.
DROP TABLE table_name – This will delete the table and its data.
TRUNCATEĀ TABLE table_name – This will delete the data of theĀ trial offer table, but not the table definition.
© PHPInterviewQuestion.com 2009 - 2012

Comments