ALTER DATABASE Syntax

Alter Database command enables you to change the overall characteristics of a database.

ALTER {DATABASE | SCHEMA} [db_name] alter_specification …
alter_specification:
[DEFAULT] CHARACTER SET [=] charset_name
| [DEFAULT] COLLATE [=] collation_name

Example:

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.