Other Practical book on relational databases with SQL

Click For Summary
A user seeks recommendations for a practical book on relational databases that utilizes SQL, emphasizing the need for clear examples and minimal jargon. They specifically struggle with translating the Entity-Relationship (E/R) model into the relational model. Suggestions include online resources like Tutorialspoint for understanding E/R to relational model conversion and O'Reilly SQL books, though these may not provide comprehensive practical guidance. Additionally, H2Database.com is mentioned as a useful tool for experimentation with SQL commands. A counterpoint is raised about the importance of understanding database theory to create accurate models, suggesting that theoretical knowledge is essential for effective application and problem-solving in database design.
ZeGato
Messages
35
Reaction score
28
Hello,

I'm looking for a book on relational databases, that uses SQL, that is practical with lots of examples, and the least possible amount of jargon. Specifically, I have issues understanding how to translate the E/R model into the relational model (relations to tables), and the book that I have right now has lots of text but no structured examples to learn from.

Thank you for any help!
 
Physics news on Phys.org
This may answer your ER model question:

https://www.tutorialspoint.com/dbms/er_model_to_relational_model.htm

There are other online references on this site too. O'reilly has some SQL books that are good references but won't necessarily teach you how to use it effectively or conceptually.

Other onlines are:

https://www.google.com/search?newwi...3i10j0i13i30j0i22i10i30j0i8i13i30.CwSQl7e2X_w

There H2Database.com which is a java based database as a single jar file that can do a lot of SQL commands for experimentation.

http://h2database.com/html/main.html

It has a command line or web based access. It can run standalone of connected to an application with other apps accessing it via JDBC api. And is quite cool.
 
  • Like
Likes ZeGato
ZeGato said:
Hello,

I'm looking for a book on relational databases, that uses SQL, that is practical with lots of examples, and the least possible amount of jargon. Specifically, I have issues understanding how to translate the E/R model into the relational model (relations to tables), and the book that I have right now has lots of text but no structured examples to learn from.

Thank you for any help!

Can I steer you away from this mentality? You want the best, most accurate database model possible so that it works the way you expect. And it needs to be laid out the right way or you could run into problems later when you do more complicated stuff. So I agree with the authors who write about the theory because it's only when you know the theory that you will understand what is good and what is bad. Otherwise you will have a recipe to follow without understanding it and that is no good, IMHO.
 
  • Like
Likes ZeGato

Similar threads

  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 8 ·
Replies
8
Views
1K
  • · Replies 11 ·
Replies
11
Views
4K
Replies
5
Views
2K
  • Sticky
  • · Replies 33 ·
2
Replies
33
Views
10K
  • · Replies 14 ·
Replies
14
Views
4K
Replies
2
Views
7K