what are types longtitude
Answers
Answered by
1
Answer:
DECIMAL is the MySQL data-type for exact arithmetic. ... Latitudes range from -90 to +90 (degrees), so DECIMAL(10, 8) is ok for that, but longitudes range from -180 to +180 (degrees) so you need DECIMAL(11, 8). The first number is the total number of digits stored, and the second is the number after the decimal point.
Explanation:
Hope It Will Help You
Answered by
0
Answer:
DECIMAL is the MySQL data-type for exact arithmetic. ... Latitudes range from -90 to +90 (degrees), so DECIMAL(10, 8) is ok for that, but longitudes range from -180 to +180 (degrees) so you need DECIMAL(11, 8). The first number is the total number of digits stored, and the second is the number after the decimal point.
Explanation:
please make me as Bresniest please
Similar questions