45.4k views
2 votes
MySQL 8 is the first version that supports JSON Objects.
(a) True
(b) False

User Beerwin
by
7.7k points

1 Answer

4 votes

Answer: False

Step-by-step explanation:

The given statement is false because MySQL 8 basically support the JSON object since versions 5,7 and 8. The MySQL basically support the native Java script object notation (JSON) data types that is basically define by the RFC 7159 and it can efficiently access the data from the JSON documents.

It provide many advantages like the JSON are easily detect the error in the documents and can validate automatically. It also contain optimize storage format.

User Rohan Kandwal
by
6.1k points