Italian Trulli

SQL Rename Table With Example

Test Tribe
.
SQL RENAME TABLE - How To Rename a Table in SQL?


 Rename the table in SQL with an example


Rename Table 
In SQL Rename table Query Is used to Change the Existing table name With a New Table name


Syntax of RENAME TABLE 
The Basic Syntax  For Rename table is As Follows.

ALTER TABLE table_name RENAME TO new_table_name;

Example of RENAME TABLE 
An example of a Rename table is given below.
ALTER TABLE Student RENAME TO HOD;

Hope !!! The above Turorial on How to Rename a table in SQL is helpful for you...

Team,
QA acharya

Post a Comment

0 Comments