在“xuanke”数据库中,查询所有的课程信息,使用SQL语句:select * ( ) course;
在“xuanke”数据库中,查询所有的课程信息,使用SQL语句:select * ( ) course;
在“xuanke”数据库中,查询计算机学院(CS)学生的学号、姓名,使用SQL语句:select sno,sname from student where ( );
在“xuanke”数据库中,查询计算机学院(CS)学生的学号、姓名,使用SQL语句:select sno,sname from student where ( );
1