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.
Author |
Topic |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-08-12 : 08:21:39
|
Sanjeev writes "Dear SQL team ,Can you write some articles that how the SQL statements execute.what is the bascic idea behind this ? I hear that SQL is the set based language, how the set theory is applied to SQL statements ?....................Sanjeev SthaNepal" |
|
Page47
Master Smack Fu Yak Hacker
2878 Posts |
Posted - 2002-08-12 : 10:02:56
|
For the set theory and how it relates to RDBMS, I would suggest you read ...- Introduction to Database Systems by C.J.Date
- Practical Issues in Database Management by Fabian Pascal
- Data and Database: Concepts in Practice by Joe Celko
... this is not an inclusive list, but it's a place to start.Jay White{0} |
|
|
|
|
|