1、删除表的某一行数据:
delete from student.dbo.course where Cno = 1
2、查询表的内容:
select * from 表名
SQL基础函数
原文:https://www.cnblogs.com/liuwenhan/p/11614513.html