单项选择题
下面()不是数据库规范化要达到的效果。
A.改善数据库的设计
B.实现最小的数据冗余
C.可以用一个表来存储所有数据,使设计及存贮更加简化
D.防止更新、插入及删除的时候,产生数据丢失
点击查看答案&解析
相关考题
-
单项选择题
下列行为中,()定义了一个存储过程。
A.如果没有提供其他值,则使用此列中定义的值
B.定义了一个有相关列的行的集合
C.当用户修改数据时,一种特殊形式的存储过程被自动执行
D.SQL语句的预编译集合 -
单项选择题
下列哪种操作能够得到学生表的最详细信息()
A.execsp_helpstudent
B.execsp_helptextstudent
C.execsp_helptablestudent
D.execsp_tablesstudent -
单项选择题
下列包含groupby的语句正确的是()
A.Selectstuid,stunamefromstuinfogroupbystuid
B.Selectstuidfromstuinfowherestuid< 1000groupbystuid
C.Selectcount(stuid),stunamefromstuinfogroupbystuid
D.Selectstuid,count(stuname)fromstuinfogroupbystuname