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.)
A:
This is the Microsoft reference (for T-SQL):
http://msdn.microsoft.com/en-us/library/aa238507(SQL.80).aspx
Ty
2008-10-30 11:43:23
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
2008-10-30 12:06:03
+1
A:
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.
A:
try these lists: http://developer.mimer.com/validator/sql-reserved-words.tml
devio
2008-10-30 12:02:33
+1
A:
Here's a list of all the reserved SQL words, but I also found this SQL Reserved Words Checker tool to be interesting..
Bill the Lizard
2008-10-30 12:05:51
A:
You can find Oracle 10g reserved words here. The table of contents also lists all functions.
Dave DuPlantis
2008-10-30 12:08:02
A:
The PostgreSQL's list (also contains the lists from SQL-92, SQL:1999 and SQL:2003 standards).
Milen A. Radev
2008-10-30 12:28:27