单项选择题
已知tm_employee表中具有默认约束df_adress,删除该约束的语句为()
A.alter talbe tm_employee drop constraint df_adress
B.alter talbe tm_employee remove constraint df_adress
C.alter talbe tm_employee delete constraint df_adress
D.remove constraint df_adress from talbe tm_employee
点击查看答案
相关考题
-
单项选择题
Java反射机制的说法错误的是()
A.在运行时判断对象所属的类
B.在运行时判断类所具有的成员变量和方法
C.在运行时改变方法的实现
D.在运行时调用一个对象的方法 -
单项选择题
在nginx系统测试时,假设nginx进程号是28786,命令()通知进程重读配置文件
A.kill -INT 28786
B.kill –USR 28786
C.kill –USR 28785
D.kill -HUP 28786 -
单项选择题
char变量的默认值是什么?()
A.\u0000’
B.0
C.null
D.not defined
