Answers for "is it possible to create a table that extends another in mysql?"

SQL
0

how to create a table based on another table in mysql

Press CTRL+C to copy CREATE TABLE new_tbl [AS] SELECT * FROM orig_tbl;
Posted by: Guest on May-15-2020

Code answers related to "is it possible to create a table that extends another in mysql?"

Code answers related to "SQL"

Browse Popular Code Answers by Language