判断题

在模板数据库template1中,不可以创建、删除、更改对象。

【参考答案】

错误

(↓↓↓ 点击‘点击查看答案’看答案解析 ↓↓↓)
<上一题 目录 下一题>
热门 试题

单项选择题
在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

相关试题
  • PostgreSQL中数据库中有哪几种锁?()
  • 负责启动和关闭数据库实例的进程是()
  • 执行如下语句,实际插入的值为:()
  • 执行如下语句,实际插入的值为:()
  • 使用JDBC连接PG数据库不需要libpq库,但使...