为你找到 1000 条关于 年金死亡表➀ 的结果
如果在创建表中建立字段"职工姓名",其数据类型应当为______。
从Student表检索姓周的学生,对应的SQL语句是()。得分/总分A.Select*FromStudentWhereSnamelike'周%'B.Select*FromStudentWhereSnamelike'周_'C.Select*FromStudentWhereSnamelike'_周'D.Select*FromStudentWhereSnamelike'%周'
A
按照先后顺序依次显示学生表的最大、最小和平均年龄,对应的SQL语句是()。得分/总分A.SelectMAX(Sage),MIN(Sage),AVG(Sage)fromStudentB.SelectMAX,MIN,AVGSagefromStudentC.SelectMIN,MAX,AVGSagefromStudentD.SelectMIN(Sage),MAX(Sage),AVG(Sage)fromStudent
A
将SC和Student表连接起来,显示学生的学号、姓名、课程号、考试分数,不正确的SQL语句是()。得分/总分A.SelectStudent.Sno,Student.Sname,SC.Cno,SC.GradeFromSCJoinStudentOnSC.Sno=Student.SnoB.SelectStudent.Sno,Student.Sname,SC.Cno,SC.GradeFromSC,StudentWhereSC.Sno=Student.SnoC.SelectStudent.Sno,Student.Sname,SC.Cno,SC.GradeFromSC,StudentOnSC.Sno=Student.SnoD.SelectStudent.Sno,Student.Sname,SC.Cno,SC.GradeFromStudentJoinSCOnSC.Sno=Student.Sno
C
使用嵌套查询,得到在SC表中Grade高于90分的学生的基本信息,正确的SQL语句是()。得分/总分A.Select*fromStudentwhereSnoExists(SelectSnofromSCwhereGrade>90)B.Select*fromStudentwhereSnoNotIn(SelectSnofromSCwhereGrade>90)C.Select*fromStudentwhereSnoIn(SelectSnofromSCwhereGrade>90)D.Select*fromStudentwhereSno=(SelectSnofromSCwhereGrade>90)
C
对Course表,使用课程号,课程名,学分,及额外增加的iXueshi字段创建视图,学时为学分乘以16,正确的SQL语句是()。得分/总分A.CreateProcShiTuAsSelectCno,Cname,Ccredit,Ccredit*16asiXueshifromCourseB.CreateIndexShiTuAsSelectCno,Cname,Ccredit,Ccredit*16asiXueshifromCourseC.CreateViewShiTuAsSelectCno,Cname,Ccredit,Ccredit*16asiXueshifromCourseD.CreateViewShiTuAsSelectCno,Cname,Ccredit,Ccredit*16fromCourse
C
对一张二维表而言,表中的行称为字段,表格中的列称为记录
错
视图本身并不保存数据,视图是一个虚拟表,视图本质上只存放了创建它时候的SQL语句
对
建立数据库表时,将年龄字段值限制在12~40岁之间的这种约束属于实体完整性约束
错
往一张表中插入使用时,使用的SQL命令动词是()
c
一张名为Test的表中有一个非空的iID字段,将iID设置为主关键字字段,对应的SQL语句是AlterTableTestAdd()KeyClustered(iID)。
B
年金是指每隔一年,金额相等的一系列现金流入或流出量。( ) 
在年金中,系列收付款项的时间间隔只要满足“相等”的条件即可。注意如果本题改为“每隔一年,金额相等的一系列现金流入或流出量,是年金”则是正确的。
永续年金具有的特点为( )。
特点是没有终值、没有期限、每期等额支付 
哈希表中出现哈希冲突是指()。
D
哈希表中出现哈希冲突是指()。