E
E
EnderToy2021-11-30 15:58:34
Database
EnderToy, 2021-11-30 15:58:34

What is the best way to make a list in a database?

I need something like this:
61a61eac98731728491892.png
That is, so that the record in the database contains a list and when accessing any element of the list, a record is displayed. The values ​​from the second column are equivalent, that is, there are no subject / non-subject values, the search must be specific by words
SELECT * FROM items WHERE note='Предмет'- the output of algebra and biology
For this, you can save a list of values ​​​​in the record parameter or do you need it somehow differently?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Gornostaev, 2021-11-30
@sergey-gornostaev

You need to read about why bases are called relational , and about their normal forms . You need a many-to-many relationship .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question