Reference and syntax for the ALTER DATABASE command.
Parameter | Description |
---|---|
<database_name> | The name of the database to be altered. |
<description> | The description of the database. |
Parameter | Description |
---|---|
<database_name> | The name of the database to rename. |
<new_database_name> | The new name of the database. |
catalog_owner
column.
check ownership page for more info.
Parameter | Description |
---|---|
<database_name> | The name of the database to change the owner of. |
<user> | The new owner of the database. |