Code Library
Home Submit Free Hosting Link To Us Contacts

SQL script with comments

SQL script with comments SQL SQL script with comments Download (.zip)



USE PUBS
GO

SELECT * FROM authors
/* 
GO
SELECT * FROM sales
GO
SELECT * FROM publishers
GO 
*/
SELECT * FROM titles
GO






Tatet