Penguin
Note: You are viewing an old revision of this page. View the current version.

Acronym for Structured Query Language (or, by consensus here, Stupid Query Language).

someone should explain the general syntax of SQL here.

SELECT cols FROM tables WHERE condition UPDATE table SET column=value WHERE condition DELETE FROM table WHERE condition INSERT INTO table (columns) VALUES (values)