SQL基础函数时间:2021-09-22 05:16:00 1、删除表的某一行数据: delete from student.dbo.course where Cno = 1 2、查询表的内容: select * from 表名