删除表中的记录:delete from 表名 where 条件表达式输出数据库中的表:drop table Table_name;删除表格中所有内容保留表格结构:truncate table Table_name;