组合多条 SQL查询语句形成组合查询的操作符是 ( )
A.SELECT
B.ALL 5
C.LINK
D.UNION
查看答案
创建数据库使用以下哪项 ( )
A.create mytest
B.create table mytest
C.database mytest
D.create database mytest
SQL是一种 ( )语言。
A.函数型
B.高级算法
C.关系数据库
D.人工智能
删除经销商 1018 的数据记录的代码为 ( ) from distributors where distri_num=1018
A.drop table
B.delete *
C.drop column
D.delete
返回当前日期的函数是 ( )
A.curtime()
B.adddate()
C.curnow()
D.curdate()