The database_* tables store query workload information for a Greenplum Database instance. There are three database tables, all having the same columns: database_now is an exte...
Synopsis Description Parameters Notes Examples Compatibility See Also Removes a database. Synopsis DROP DATABASE [ IF EXISTS ] <name> Description DROP DATABASE dr...
DROP DATABASE Statement DROP DATABASE Statement Removes a database from the system. The physical operations involve removing the metadata for the database from the metastore, a...
CREATE DATABASE Statement CREATE DATABASE Statement Creates a new database. In Impala, a database is both: A logical construct for grouping together related tables, views, a...