Question: later versions of mysql support the native json data type for storing json documents. What is a drawback of json columns?
- inefficient for storing json documents
- cannot be indexed directly
- documents cannot be validated when stored in json columns
- cannot be normalized
Answer: The correct answer of the above question is Option B:cannot be indexed directly