单项选择题
已知emp表中的主键为职工编号(eno),删除主键的操作为()。
A.alter table emp drop column eno;B.alter table emp delete constraint eno;C.update table emp drop constraint eno;D.update table emp delete constraint eno;
单项选择题 下列可以删除emp表中工资(sal)列结构的语句为()。
单项选择题 下列能删除emp表中员工编号(eno)为7429的信息的操作为()。
单项选择题 若想更改emp表中编号(eno)为7369的员工姓名(ename)为张三,则正确的操作是()。