Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 661 Bytes

alter-database.md

File metadata and controls

16 lines (12 loc) · 661 Bytes
title summary toc
ALTER DATABASE
Use the ALTER DATABASE statement to change an existing database.
false

The ALTER DATABASE statement applies a schema change to a database.

{% include {{{ page.version.version }}/misc/schema-change-stmt-note.md %}

For information on using ALTER DATABASE, see the documents for its relevant subcommands.

Subcommand Description
CONFIGURE ZONE New in v2.1: Configure replication zones for a database.
RENAME Change the name of a database.