Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
NAMES
--Sql Server 2014 Express Edition --Batches are separated by 'go' select @@version as 'sql server version' /* Create a table called NAMES */ CREATE TABLE NAMES(Id integer PRIMARY KEY, Name text); /* Create few records in this table */ INSERT INTO NAMES VALUES(1,'Tom'); INSERT INTO NAMES VALUES(2,'Lucy'); INSERT INTO NAMES VALUES(3,'Frank'); INSERT INTO NAMES VALUES(4,'Jane'); INSERT INTO NAMES VALUES(5,'Robert'); /* Display all the records from the table */ SELECT * FROM NAMES;
run
|
edit
|
history
|
help
0
#Temp Table fill
Names
Crea, inserta y confirma tabla
Task2_Final
Exa
table creation
megha
Object Attributed Mapping Interview Question
MC170402209
Employee Table