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
tesing
sadasd
Training1
sql6
table emp
TRY_SQL
28-02 3
SQL for beginners( defined with errors while enforcing constraints)
Adding, subtracting, rounding and calculating differences
i need help