【正文】
select 學(xué)號(hào),姓名,性別 from studentsdb . where 學(xué)號(hào) not in (select 學(xué)號(hào) from studentsdb . ) 2. 在student_info表和grade表之間實(shí)現(xiàn)交叉連接。goinsert (學(xué)號(hào),課程編號(hào),分?jǐn)?shù) )values(39。SELECT ,姓名,分?jǐn)?shù)FROM student_info , grade ,curriculumwhere 性別=39。000139。000539。union allselect 學(xué)號(hào),姓名 from studentsdb .dbo .student_info where 姓名 like 39。select 學(xué)號(hào),姓名,出生日期 from student_info order by 出生日期,學(xué)號(hào) desc (5) 查詢(xún)所有姓“張”的學(xué)生的學(xué)號(hào)和姓名。select 學(xué)號(hào),分?jǐn)?shù) from grade where 分?jǐn)?shù)=39。(1) 在student_info表中,查詢(xún)每個(gè)學(xué)生的學(xué)號(hào)、姓名、出生日期信息。2. 掌握使用SELECT語(yǔ)句進(jìn)行條件查詢(xún)的方法。 ) (4) SELECT Replicate(39。select 姓名, 家庭住址 from student_info where 性別=39。select AVG (分?jǐn)?shù)) as 平均分 from grade where 課程編號(hào)=39。select ,AVG ()as 平均成績(jī) from ainner joingrade bon = group by , 6. 使用UNION運(yùn)算符將student_info表中姓“劉”的學(xué)生的學(xué)號(hào)、姓名與姓“張”的學(xué)生的學(xué)號(hào)、姓名返回在一個(gè)表中,如圖41所示。select 學(xué)號(hào),姓名,性別 from studentsdb .dbo .student_info where