Search

USING RENAME



This will be used to rename the database object;

Syntax:
     rename <old_table_name> to <new_table_name>;

Ex:
     SQL> rename student to stud;