Answers for "can we rename table name in sql using AS"

SQL
11

rename table sql

ALTER TABLE STUDENTS  
RENAME TO ARTISTS;
Posted by: Guest on June-04-2020

Code answers related to "can we rename table name in sql using AS"

Code answers related to "SQL"

Browse Popular Code Answers by Language