Computer Science, asked by khushu7599, 1 year ago

Which operation when performed on a database can throw an error?

Answers

Answered by 1232123gggg
4

Hey mate your answer is .....

Rename Database...

Hope it helps

Mark as brainlist please.....

Answered by gurukulamdivya
0

Answer:

Rename Database  

SQL RENAME DATABASE is used when you need to change the name of your database. Sometimes it is used because you think that the original name is not more relevant to the database or you want to give a temporary name to that database.

Syntax: RENAME DATABASE old_db_name TO new_db_name;  

Similar questions