Created
March 15, 2020 05:46
-
-
Save MinaMal/b50976912a8d82ee37b982401259ca7e to your computer and use it in GitHub Desktop.
CREATE TABLE Ex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE TABLE t1 (ID INT PRIMARY KEY); | |
CREATE TABLE t2 (ID INT PRIMARY KEY); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment