Difference between revisions of "ALTER DATABASE"
Jump to navigation
Jump to search
(4 intermediate revisions by 2 users not shown) | |||
Line 10: | Line 10: | ||
== Related == | == Related == | ||
* [[Parameter groups]] | * [[Parameter groups]] | ||
+ | * <code>[[mv]]</code> | ||
+ | * <code>[[ERROR: must be owner of database]]</code> | ||
+ | * <code>[[DROP DATABASE]]</code> | ||
== See also == | == See also == |
Latest revision as of 10:07, 4 November 2024
In SQL Server, this statement modifies a database, or the files and filegroups associated with the database.
ALTER DATABASE your_db OWNER TO your_user;
ALTER DATABASE database_name CHARACTER SET character_set_name COLLATE collation;
ALTER DATABASE old_database_name RENAME TO new_database_name;
Related[edit]
See also[edit]
- SQL, NewSQL, RDMS: GraphQL (2015), SQLite,
select, insert
,select count
, Distributed SQL, TablePlus, Cache hit ratio,pg_stat_user_tables
,EXPLAIN
, Index (PostgreSQL), DDL, SQL/MED, Group by, List users, SQL Injection, SQLAlchemy,CREATE USER, CREATE ROLE, EXPLAIN, ALTER DATABASE, REVOKE, NOLOCK, NOWAIT, EXISTS
, Unique constraint,.sql
Advertising: