MySQL works with spatial values in 3 formats.
A. True
B. False
Answer: Option A
Solution (By Examveda Team)
This question asks if MySQL can handle spatial values in different ways. Spatial values are basically locations on a map or geographical coordinates.Think of it like this: If you want to store the location of a store on a map in your database, MySQL needs a way to understand those coordinates.
The question tells us that MySQL uses 3 different formats for storing and working with these spatial values. So the answer is True.
Option A is the correct answer.

Join The Discussion