Вступ до SQL Server
John MacKintosh
Instructor
CREATE
READ
SELECTUPDATE
DELETE
CREATE TABLE unique table nameCREATE TABLE test_table(
test_date date,
test_name varchar(20),
test_int int
)
Дати:
YYYY-MM-DD), datetime (YYYY-MM-DD hh:mm:ss) Числові:
1 = TRUE, 0 = FALSE. Також приймає значення NULL)Рядки:
char, varchar, nvarcharВступ до SQL Server