Skip to content

Commit 719bba1

Browse files
authored
Create example3.sql
1 parent 715811b commit 719bba1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

basics/example3.sql

+6
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)