first-normal-form Questions

5

Solved

In MySQL 5.7 a new data type for storing JSON data in MySQL tables has been added. It will obviously be a great change in MySQL. They listed some benefits Document Validation - Only valid JSON doc...
Gormless asked 11/11, 2015 at 22:14

8

Solved

UPDATE: This is now possible in MySQL 8 via the JSON_TABLE function: https://dev.mysql.com/doc/refman/8.0/en/json-table-functions.html I'm loving the new JSON functions in MySQL 5.7, but running i...
Paroicous asked 6/10, 2016 at 22:14

1

Solved

I'm currently trying to design a database and I'm not too sure about the best way to approach a dynamically sized array field of one of my objects. My first thought is to use a column in my o...
1

© 2022 - 2024 — McMap. All rights reserved.