Answer the question
In order to leave comments, you need to log in
How to deal with a database diagram?
I watch video on mysql. We built a diagram, but something is not completely clear, or rather, it is not at all clear what and how it works.
You can explain on your fingers who contains what, and indeed the general logic.
books - books
users - buyers/users
store - warehouse
orders - orders
Answer the question
In order to leave comments, you need to log in
more precisely, it is not clear at all
There is a Books table, it contains all information about books (title, author, number of pages, etc.)
There
is a users table, which contains information about registered users on the site (name, phone number, etc.)
warehouses table, this table contains the warehouse number, the book and its price
Well, the orders table, which stores information about orders (it contains information about who ordered and what ordered)
Lines - links between tables (read about one-to-many , many-to-many, one-to-one)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question