下列语句的执行效果是() revoke create on schema public from public;
A.回收public用户在public模式下的create权限 B.回收所有用户在public模式下的create权限 C.该语句执行失败 D.该语句可以执行成功但没有任何效果
单项选择题PostgreSQL中search_path的默认格式是()
A.$user",public B.postgres",public C.test",public D.schema",public
多项选择题下列语法正确的有()
A.alter database db_name rename to newname; B.alter database db_name owner to newname; C.alter database db_name set tablespace new_tbspace; D.alter database db_name reset all;
单项选择题PostgreSQL关闭数据库的选项中,相当于Oracle shutdown immediate方式的是()
A.smart B.fast C.immediate D.abort
多项选择题PostgewSQL中的几何数据类型可以支持()
A.点 B.线段 C.直线 D.圆 E.矩形
多项选择题以下时间函数中,查询结果带有时区值的有()
A.current_time B.current_timestamp C.localtime D.localtimestamp