I want to create a database for a project. How can I do that ?
How can one design a database for a project ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Anubhav ChaudharyPosted Sep 3, 2014, 9:25 AM
Start your work using Pen and Notepad, think about what you need a database and accordingly provide it a name, after this think of some modules on which you will be working and accordingly write table names which will be created in this database.
Now work on your UI and start creating your application, now your requirements will tell you that how many columns do you need, what will be their datatype and how many new tables will be created. Once you start working on your application things will become more clear to you and you will be able to design your UI and your DB according to you.
Thanks