相关考题
-
单项选择题
在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快。
