Explain how to rename a table using sql queries?
Answer / Reena Devi
To rename a table in SQL, you can make use of the RENAME command. Here is an example for renaming a table called 'oldTableName' to 'newTableName':n```sqlnALTER TABLE oldTableName RENAME TO newTableName;n```
| Is This Answer Correct ? | 0 Yes | 0 No |
Why do we use the “using” statement?
What is RunTime Polymorphism?
5 Answers Deloitte, eClerx, Horizon, Intel, Pragna Technologies,
What are the benefits of Model-View-Controller Architecture?
Explain about .Net products?
why you wouldn't want to write into it even if you could
What is reflection and what is it for?
Describe the Managed Execution Process?
What is .net environment?
What's a windows process in .net?
Give An example of a ctype and directcast.
Difference between Panel and GroupBox classes?
How do we access crystal reports in .net?