Home
Submit
Free Hosting
Link To Us
Contacts
SQL script with comments
SQL
Download
(.zip)
USE PUBS
GO
SELECT * FROM authors
/*
GO
SELECT * FROM sales
GO
SELECT * FROM publishers
GO
*/
SELECT * FROM titles
GO
SQL
Correlated subquery with derived table
JOINs with dummy rows
Problems with old style outer JOINs
SQL
Reuse of plans with sp_executesql
script with comments
Update in serializable mode with index