Like my school has longitude and latitude, do I need to create a new table for it ?
Or I just combine these two values into a string then insert this string into an existed key and value pairs setting table??
Any advice is welcome.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It depends on how you need to use it later. If you need the latitude and longitude in some logical processing then it is advised to store them separately in two columns. But if you need to just show it some where (eg school info page) then you can store them together as a string.