SQL
From FUKTwiki
SQL is a database access and control language.
[edit] Example Code
SELECT name, personal_number, address FROM residents WHERE residents.id = tv_possession.person AND NOT tv_possession.has_tv;
There is an article about this subject on Wikipedia, the free online encyclopedia.
There is a book about this subject in Wikibooks, the open-content textbooks collection.
[edit] External Links
- PostgreSQL Manual – Also a good manual for SQL
- Firebird Null Guide – Good explanation of what NULL really is, from the makers of the Firebird Database.
- PostgreSQL – Free database software
- Online SQL code formatter