相关考题
-
单项选择题
在MySQL中输入正确的语句后可以显示某张表的属性及其类型,如果一个数是整型INT,常显示为INT(11),请问11代表什么()
A.在数据库中的实际存储大小
B.在数据库中的存储宽度
C.最长数据位数,即数据宽度
D.显示宽度 -
单项选择题
筛选男生的信息属于哪种关系运算()
A.连接运算
B.投影运算.
C.选择运算 -
单项选择题
删除person表中的字段interest,可以使用下面的()命令。
A.alter table person drop interest
B.alter table person delete interest
C.drop interest
D.delete interest
