相关考题
-
单项选择题
创建数据库使用以下哪项()
A.create mytest
B.create table mytest
C.database mytest
D.create database mytest -
单项选择题
组合多条SQL查询语句形成组合查询的操作符是()
A.SELECT
B.ALL
C.LINK
D.UNION -
单项选择题
以下中语句错误的是()
A.alter table emp delete column addcolumn;
B.alter table emp modify column addcolumn char(10);
C.alter table emp change addcolumn addcolumn int;
D.alter table emp add column addcolumn int;
