A.openldap B.zlib C.readline D.gcc
单项选择题SQL命令一般分为DQL、DDL、DML几类,SELECT查询属于哪一类?()
A.DQLB.DMLC.DDLD.DCL
单项选择题在PostgresSQL的数值类型中,精确的小数类型可用什么表示?()
A.smallintB.numericC.realD.serial
单项选择题PostgresSQL数据库中不能作为字段的数据类型是哪个?()
A.位串类型B.复合类型C.伪类型D.数组类型
单项选择题假设PostgreSQL数据库中没有触发器tttt,以下语句能够执行成功且不报错误的是()
A.drop trigger tttt; B.drop trigger tttt on test; C.drop trigger if exists tttt; D.drop trigger if exists tttt on test;
多项选择题下列语法正确的有()
A.alter database db_name rename to newname; B.alter database db_name owner to newname; C.alter database db_name set tablespace new_tbspace; D.alter database db_name reset all;