PostgreSQL中,假设test表中仅有一列(idint),下列语句可以执行成功吗?() postgres=# insert into test values (1),(2);
A.可以 B.不可以 C.或许可以
多项选择题在PostgresSQL的数值类型中,以下属于整数类型的是?()
A.smallint B.int C.bigint D.tinyint
多项选择题在PostgresSQL中,布尔类型可以使用的操作符是逻辑操作符和比较操作符,其中常见的逻辑操作符有哪些?()
A.AND B.OR C.NOT D.NULL
单项选择题在PostgresSQL的数值类型中,精确的小数类型可用什么表示?()
A.smallintB.numericC.realD.serial
多项选择题在PostgresSQL的数值类型中,不精确的数据类型有哪个?()
A.numeric B.real C.dounle precision D.serial
单项选择题在PostgresSQL中,参数lc_monetary与哪个数值类型有关?()
A.浮点型类型 B.序列类型 C.货币类型 D.小数类型