A.postgres=# \c postgres 5866 postgres 127.0.0.1 B.postgres=# \c postgres 5866 127.0.0.1 postgres C.postgres=# \c postgres postgres 5866 127.0.0.1 D.postgres=# \c postgres postgres 127.0.0.1 5866
单项选择题如下命令中可以查看表结构的命令是()
A.\d B.\dtab_name C.\t D.\ttab_name
单项选择题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