Practical book on relational databases with SQL

  • Context: Other 
  • Thread starter Thread starter ZeGato
  • Start date Start date
  • Tags Tags
    Book Practical Sql
Click For Summary
SUMMARY

This discussion centers on finding practical books about relational databases that utilize SQL, with a focus on translating the Entity-Relationship (E/R) model into the relational model. Participants recommend resources such as O'Reilly SQL books for reference and highlight the importance of understanding theoretical concepts to avoid pitfalls in database design. Additionally, H2Database is mentioned as a useful tool for experimentation with SQL commands, providing both command line and web-based access.

PREREQUISITES
  • Understanding of Entity-Relationship (E/R) modeling
  • Familiarity with SQL syntax and commands
  • Knowledge of relational database concepts
  • Basic understanding of JDBC API for database connectivity
NEXT STEPS
  • Research "O'Reilly SQL books" for practical SQL learning resources
  • Explore "H2Database" for hands-on SQL experimentation
  • Study "Entity-Relationship to Relational Model conversion" techniques
  • Learn about "theoretical database design principles" to enhance understanding
USEFUL FOR

Database students, software developers, and anyone seeking to improve their understanding of relational databases and SQL application in practical scenarios.

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   Reactions: 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   Reactions: 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
  • Sticky
  • · Replies 33 ·
2
Replies
33
Views
12K
Replies
5
Views
3K
  • · Replies 14 ·
Replies
14
Views
4K
Replies
2
Views
8K