Smazat „pages/students/2019/michal_stromko/vp2021/dokumentacia/create_table.sql“

This commit is contained in:
Michal Stromko 2021-04-29 19:49:19 +00:00
parent 9803e7200c
commit e3ec0cb80f

View File

@ -1,8 +0,0 @@
CREATE TABLE students
(
StudentId INT NOT NULL PRIMARY KEY,
Name [NVARCHAR](50) NOT NULL,
Surname [NVARCHAR](50) NOT NULL,
Email [NVARCHAR](50) NOT NULL,
StartStudy INT NOT NULL
)