We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 715811b commit 719bba1Copy full SHA for 719bba1
basics/example3.sql
@@ -0,0 +1,6 @@
1
+CREATE TABLE Employees (
2
+ ID INT PRIMARY KEY,
3
+ Name VARCHAR(50),
4
+ Age INT,
5
+ Department VARCHAR(50)
6
+);
0 commit comments