Wednesday, May 28, 2008

As I Study SQL

This place will be a resource of all the material I've found while learning SQL. I've studied SQL in the past, but now I am putting my knowledge all in one easy-to-access place. SQL is a standardized language for accessing and manipulating computer databases. Structured Query Language is a programming language that allows you to access computer databases, execute queries, and modify data within the database.

Major SQL keywords are SELECT, UPDATE, DELETE, INSERT, WHERE, and a few others. Most database structures (MySQL, Oracle, etc), though, have their own proprietary extensions.

No comments: