May 13, 2003 at 7:06 am
I am reading a 229 book, and in this book, there is no list of sql commands summary.
where I can download the sql command summary?
May 13, 2003 at 10:12 am
SQL basically consists of INSERT, UPDATE, DELETE, SELECT. In the original language, there were only 12 words.
Now there are TSQL extensions and the reserved words are in books online if you search "reserved words".
Steve Jones
May 15, 2003 at 7:30 am
thx, Steve
and I mean that all words in Sql including, create, alter, unique, dbcc and so on.
the summary of those words, and syntax
May 15, 2003 at 7:39 am
Well, if you're willing to shell out a few dollars, check out the Transact-SQL Language Reference from Randy Dyess. It's supposed to be quite comprehensive and is in eBook form:
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to SQL Server Performance Monitoring
http://www.netimpress.com/shop/product.asp?ProductID=NI-SQL1
K. Brian Kelley
@kbriankelley
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply