Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 SQL database

Author  Topic 

nikoz
Yak Posting Veteran

63 Posts

Posted - 2014-12-09 : 07:18:21
Is there any database for this book
http://shop.oreilly.com/product/9780596009762.do
Thanks!!!

Bustaz Kool
Master Smack Fu Yak Hacker

1834 Posts

Posted - 2014-12-09 : 18:40:40
The cover art states that it covers SQL Server, PostgreSQL, Oracle, MySql and DB2. There is an ANSI standard for the SQL language. The implementation of the language is "largely" the same for each vendor. Each vendor does have their own minor deviation from strictly standard SQL. The system tables, however, are unique to each vendor. For the most part, common statements that you might issue, like a SELECT or UPDATE statement, is the same across products.
HTH



No amount of belief makes something a fact. -James Randi
Go to Top of Page

nikoz
Yak Posting Veteran

63 Posts

Posted - 2014-12-10 : 07:51:16
I found. This is what I need. Thanks....
http://justinsomnia.org/2009/04/the-emp-and-dept-tables-for-mysql/
Go to Top of Page
   

- Advertisement -