1、删除特定数据记录
语法形式:
delete from table_name where condition;
2、删除所有数据记录
delete from table_name where conditon;