//to delete complete table and data drop table 'table name' //to clear only data in a table and keep table structure truncate table 'table name'