单项选择题在PG中创建数据库时,默认是从哪个模板数据库中克隆出来的?()
A.postgres B.template0 C.template1
单项选择题下面语法中连接postgres数据库可以执行成功的是()
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
判断题删除大表的情况下,truncate要比delete快。
判断题union可以把结果集中相同的两条记录合并成一条,如若使用unionall则不合并。
单项选择题如下命令中可以查看表结构的命令是()
A.\d B.\dtab_name C.\t D.\ttab_name