RENAME Command

 

RENAME Command

Description:
The RENAME command is used to change the name of a table.

Syntax:

RENAME TABLE old_name TO new_name;

Example:

RENAME TABLE student TO student1;



Comments

Popular posts from this blog

Important MySQL Commands