SQL Programming Guides, Tutorials, Web Resources, and E-books Compilation

SQL Programming Guides, Tutorials, Web Resources, and E-books Compilation


What is SQL Programming?

Wekipedia:
SQL (officially /'?s kju? '?l/, often /?si?kw?l/; often referred to as Structured Query Language) is a programming language designed for managing data in relational database management systems (RDBMS).
Originally based upon relational algebra and tuple relational calculus, its scope includes data insert, query, update and delete, schema creation and modification, and data access control.
SQL was one of the first commercial languages for Edgar F. Codd's relational model, as described in his influential 1970 paper, "A Relational Model of Data for Large Shared Data Banks."Despite not adhering to the relational model as described by Codd, it became the most widely used database language.Though often described as, and to a great extent is a declarative language, SQL also includes procedural elements. SQL became a standard of the American National Standards Institute (ANSI) in 1986, and of the International Organization for Standards (ISO) in 1987. Since then the standard has been enhanced several times with added features. However, issues of SQL code portability between major RDBMS products still exist due to lack of full compliance with, or different interpretations of the standard. Among the reasons mentioned are the large size, and incomplete specification of the standard, as well as vendor lock-in.


Code:
SQL Programming Lessons and Resources:
SQL Tutorial, Manual, Guides, and Reference
http://sqlzoo.net/


Online SQL Tutorials, References, Documentation
http://www.thefreecountry.com/docume...nlinesql.shtml

SQL Tutorial & SQL Query Reference
http://www.1keydata.com/sql/sql.html

Beginner SQL Tutorial
http://beginner-sql-tutorial.com/sql.htm

SQL Programming Tutorial (W3Schools)
http://www.w3schools.com/sql/default.asp

SQL Server Tutorial
http://www.quackit.com/sql_server/tutorial/



Code:
Other Useful Website Links:
http://www.pickatutorial.com/tutorials/sql_1.htm
http://www.plsql-tutorial.com/
http://www.tutorialized.com/tutorial...ogramming/7144
http://infogoal.com/sql/
http://www.codingway.com/2011/09/sql...l-defined.html
http://www.java2s.com/Tutorial/Oracl...rogramming.htm



Code:
SQL Programming E-books (Direct Download:
SQL Programming
http://infolab.stanford.edu/~ullman/...pr99/lec10.pdf

Oracle Rdb7™ Guide to SQL Programming
http://download.oracle.com/otn_hoste...db/pdf/gsp.pdf

ADVANCED SQL PROGRAMMING TECHNIQUES
http://www.sysed.com/DnLoads/Quality...Vch01_qcds.pdf

PL/SQL User's Guide and Reference
http://www.stanford.edu/dept/itss/do...101/b10807.pdf

DATABASE PROGRAMMING WITH PL/SQL
https://academy.oracle.com/pages/doc...utline_web.pdf

Oracle PL/SQL Programming
http://www.gbv.de/dms/hebis-darmstadt/toc/195371178.pdf

SQL Anywhere® Server Programming
http://www.ianywhere.com/developer/p...f/dbpgen10.pdf

Guide to SQL Programming: SQL:1999 and Oracle Rdb V7.1
http://www.oracle.com/technetwork/da...999-130211.pdf