Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
test
--Sql Server 2014 Express Edition --Batches are separated by 'go' select @@version as 'sql server version' CREATE TABLE Persons ( PersonID int, LastName varchar(255), FirstName varchar(255), Address varchar(255), City varchar(255) ); INSERT INTO Persons VALUES (10, 'Truong', 'Ann', 'here', 'San Jose');
run
|
edit
|
history
|
help
0
QLSV
Preppin Data Challenge - Week 8
MyWall
omnichannel_example
Task_3_Final
student table create
T-SQL CRUD procedures auto-generator
Time packing with joins
mySQL_Glx_12dec
index fragmentation and how to deal with it