Q656
MySQL works with spatial values in 3 formats.
A.
True
AnswerB.
False
Answer: Option A
Solution
Answer: Option A
Solution:
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.