Json storing or separated table | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Json storing or separated table

assume having a table of people information and want to add their children as well. so you can put child's info in json array and store it as a json string in people table or you can create children table and link it to people table. which one is better to modify and is faster? (note:order of children is important)

24th Aug 2018, 7:59 AM
Mehdi
Mehdi - avatar
0 Answers