Italian Trulli

SQL Rename Table With Example

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


 Rename table in SQL with an example


Rename Table 
In SQL Rename table Query Is used to Changing 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 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

Tags: Rename statement in SQL, SQL Rename Statement

Post a Comment

0 Comments