Where to start with creation of database for marketplace site>?

raphael66

New member
Joined
Dec 9, 2016
Messages
1
Programming Experience
1-3
Can someone help with this super beginner task, because no idea where to start with it: creation optimisation of database for later use under marketplace website like this: https://zoptamo.com/uk . Can someone give some newbie advices? Thanks
 
Your database is obviously going to store data. What does that data represent? What "things" do you need to store in it? *Generally speaking, each "thing" gets a table. How do the things relate to each other? There's really no good reason to not be able to come up with a preliminary database design at least. Even if it's not perfect, you have to have some idea of what you data needs to look like because you have at least a basic idea of what data your application needs to take as input and display as output.
 
Back
Top Bottom