In this video we take a look at how to create a table using in SQL Server using SQL script within SQL Server Management Studio.
Notes:-
It's worth pointing out that when I mentioned choosing a larger size for columns that only refers to variable length columns that could be larger than anticipated i.e. free text. Of course if you actually know the size of the column and that is fixed, you should set your column sizes specifically.
Links:-
(Microsoft SQL Server Management Studio: How To Download & Use For Free) • Microsoft SQL Server Management Studio: Ho...
Script:-
CREATE TABLE [dbo].[Config](
[ID] INTEGER IDENTITY(1, 1) PRIMARY KEY,
[Key] VARCHAR(64) NOT NULL UNIQUE,
[Value] VARCHAR(512)
)
GO
If you enjoyed the video don't forget to like, comment and subscribe. Thanks for watching.
Nesta página do site você pode assistir ao vídeo on-line SQL Server: How To Create A Table Using SQL Script duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Saturday Night Coder 07 Junho 2021, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 3,931 vezes e gostou 43 espectadores. Boa visualização!