CREATE DATABASE Synopsis Description Parameters Notes Examples Compatibility See Also CREATE DATABASE Creates a new database. Synopsis CREATE DATABASE name [ [ WITH ...
ALTER DATABASE Synopsis Description Parameters Notes Examples Compatibility See Also ALTER DATABASE Changes the attributes of a database. Synopsis ALTER DATABASE <name...
Synopsis Description Parameters Notes Examples Compatibility See Also Changes the attributes of a database. Synopsis ALTER DATABASE <name> [ WITH CONNECTION LIMIT <c...
Securing the Database Accessing a Kerberized Hadoop Cluster Platform Hardening Securing the Database Introduces Greenplum Database security topics. The intent of security con...
DROP DATABASE Description Syntax Parameters Examples Related Statements DROP DATABASE Description Drop a database and delete the directory associated with the database fro...
Securing the Database Accessing a Kerberized Hadoop Cluster Platform Hardening Securing the Database Introduces Greenplum Database security topics. The intent of security con...
DROP DATABASE Synopsis Examples MySQL compatibility See also DROP DATABASE The DROP DATABASE statement permanently removes a specified database schema, and all of the table...
DROP DATABASE 语法图 示例 MySQL 兼容性 另请参阅 DROP DATABASE DROP DATABASE 语句用于永久删除指定的数据库,以及删除所有在 schema 中创建的表和视图。与被删数据库相关联的用户权限不受影响。 语法图 DropDatabaseStmt ::= 'DROP' 'DAT...
ALTER DATABASE 语法图 示例 MySQL 兼容性 另请参阅 ALTER DATABASE ALTER DATABASE 用于修改指定或当前数据库的默认字符集和排序规则。ALTER SCHEMA 跟 ALTER DATABASE 操作效果一样。 语法图 AlterDatabaseStmt ::= 'ALT...