vote up 3 vote down star
1

Is there a comprehensive online reference listing all standard SQL keywords / functions? (More helpful if they are listed together and not spread about a site.)

flag

Are you just looking for a list, or do you want it to have links to further information? – DOK Oct 30 '08 at 12:23
Both if possible. I'm learning each command one at a time to familiarise myself with all available. – Gary Willoughby Oct 30 '08 at 14:25

9 Answers

vote up 0 vote down check

try these lists: http://developer.mimer.com/validator/sql-reserved-words.tml

link|flag
vote up 0 vote down

The PostgreSQL's list (also contains the lists from SQL-92, SQL:1999 and SQL:2003 standards).

link|flag
vote up 0 vote down

SQL Quick Reference From W3Schools

link|flag
vote up 0 vote down

You can find Oracle 10g reserved words here. The table of contents also lists all functions.

link|flag
vote up 1 vote down

Here's a list of all the reserved SQL words, but I also found this SQL Reserved Words Checker tool to be interesting..

link|flag
vote up 0 vote down

Check this for all the reserved words for ANSI SQL standards.

link|flag
vote up 0 vote down

Hyperlinked BNF Grammar ?

link|flag
vote up 1 vote down

w3schools is probably a pretty good shout.

more specifically you can refer to the RDBMS manual itself which will probably detail how to use every supported feature.

link|flag
Can you provide a link for that w3schools page? – DOK Oct 30 '08 at 12:22
w3schools.com/sql – John Oct 30 '08 at 12:47
vote up 0 vote down

This is the Microsoft reference (for T-SQL):

http://msdn.microsoft.com/en-us/library/aa238507(SQL.80).aspx

link|flag
Note that link is for SQL Server 2000, but you can reach similar pages for 2005 and 2008 through the tree on the left (if it's not visible, click on the body of the page and press T). – Dave DuPlantis Oct 30 '08 at 12:06

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.