When is it better to create a few SQL tables, rather then one large table? (assuming it is possible to store all data in one table)
What are the advanteges and disadvanteges of one table over a few?
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.
There is no general rule it depends on what you want to store and how to you want/need to access it.
You have to think on use cases and what you need to do with the data and optimize the design accordingly.