SQL语言是()查询语言,易于学习。
A. 导航式
B. 过程化
C. 格式化
D. 结构化
创建数据库mytest使用以下哪项( )
A. create mytest
B. create table mytest
C. database mytest
D. create database mytest
以下语句错误的是()
A. altertable student deletecolumndeptname;
B. altertablestudentmodifycolumndeptname char(10);
C. altertablestudentchangedeptnamedeptment varchar(30);
D. altertablestudentaddcolumndeptname int;
创建数据库后,在数据库中一般会包括除()以外的对象。
A. 表
B. 视图
C. 触发器
D. 动态连接库