What command is used to rename the database?
Answer / Deep Prakash Agrawal
In SQL Server, you can use the ALTER DATABASE command to rename a database. Here's an example: ALTER DATABASE oldDatabaseName MODIFY NAME = newDatabaseName
| Is This Answer Correct ? | 0 Yes | 0 No |
Can select statements be used on views in ms sql server?
What are the differences between union, intersect, and minus operators?
What is awe?
How to end a stored procedure properly in ms sql server?
how can you select rexcord(rows) from table A which is not present in Table B . Id being the FK in Table B referencing to ID Table A
Can we call future method from queueable?
Can a database be shrunk with users active?
What are “unrepeatable reads”?
What is function of ROLLUP ?
Do you know what is difference between stored procedure and user defined function?
Explain trigger classes i.e. Instead of and after trigger?
How to create function with parameter in sql server?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)