πŸ“Š MySQL
Q. The spatial datatype used to store a curve is . . . . . . . .
  • (A) GEOMETRY
  • (B) POINT
  • (C) LINESTRING
  • (D) POLYGON
πŸ’¬ Discuss
βœ… Correct Answer: (C) LINESTRING

Explanation: GEOMETRY: The GEOMETRY data type in MySQL is a generic type that can store various types of geometric data, including points, curves, or polygons. However, if we want to specifically store a curve, we use a more specialized type.

Explanation by: Shiva Ram
GEOMETRY: The GEOMETRY data type in MySQL is a generic type that can store various types of geometric data, including points, curves, or polygons. However, if we want to specifically store a curve, we use a more specialized type.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
80
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Shiva Ram
Publisher
πŸ“ˆ
93%
Success Rate