Answers for "query to take backup of table in sql"

SQL
0

backup a table in sql

CREATE TABLE backup_table SELECT * FROM table_to_be_backed_up;
Posted by: Guest on April-15-2021

Code answers related to "query to take backup of table in sql"

Code answers related to "SQL"

Browse Popular Code Answers by Language