crackyourinterview.com


To improves our performance please Like Share Subscribe(Will boost us)

How to change tablename in MySQL?
Question Posted on 18 May 2022Home >> DataBase >> MySQL >> How to change tablename in MySQL?

How to change tablename in MySQL?
There are certain situation when developer need to change the name of any table in database. In MySQL we have feature to change one table and mulitple table in one query. Below is the query to change table name

(1)Change single table in MySQL
Rename Old_Table_Name to New_Table_Name

(2)Change multiple table name in MySQL
Rename table Old_Table_Name to New_Table_name,Old_Table_Name2 to New_Table_Name2,Old_TableName3 to New_Table_Name3;
0
0



.


Most Visited Questions:-

Deep Learning Questions Answers
Below are the different Deep Leaning Questions and answer a More...

Continuous Integration Questions Answers
Below are the 20 odd questions for CI or Continuous Integra More...

Derived relationships in Association Rule Mining are represented in the form of __________.
Derived relationships in Association Rule Mining are repres More...

What is Gulpjs and some multiple choice questions on Gulp
Gulpjs is an open source whihc helps in building Javascript More...

Microservices Architecture Questions Answers
Below are the different questions on Microservices Architec More...




Other Important Questions

Can we use "Order BY" in delete statement in MySQL Query?

Difference between char_length and Length in MySQL?

What are different tables and default database present in MySQL?

Way to clear screen in MySQL in Window operating system?

Who was started and owned MySQL?






@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap