How do we store a set of related values? l1Variable 2 List 3Set
Answers
Answered by
0
Answer:
To store a set, you would normally create a second table with a foreign key relation.
MySQL also has some functions to store a comma-separated list in a column, like find_in_set. This is considered bad form, though you might choose it for a quick one-time hack.
This allows you to store a small set (less than 65 items) in a column.
PLEASE MARK IT AS BRAINLIEST AND FOLLOW ME.
Similar questions