How to rename a table using sql queries?



How to rename a table using sql queries?..

Answer / Dushyant Kumar

To rename a table in SQL, you can use the following query:nRENAME TABLE old_table TO new_table

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?

1 Answers   Siebel,


Describe in brief .net framework and its components.

1 Answers  


what is the advantage of data reader?

2 Answers  


What is mvc in asp.net tutorial? : Asp.Net MVC

1 Answers  


where is declare global variable in asp.net and what is use of global variable

3 Answers  


about view state and how validation controls will be executed on client and server

3 Answers   Wipro,


What is a 1x1 pixel?

1 Answers  


What are the new features implemented in ASP.NET?

1 Answers   TCS,


Every Validation controls have same option ?

2 Answers   iGate,


What does the "EnableViewState" property do?

2 Answers  


What is the main function of razor in asp.net? : asp.net mvc

1 Answers  


If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?

1 Answers  


Categories