Click here to Skip to main content
15,884,099 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: (untagged)
sir i want to create a banking database using sql...where should i start from
Posted

Before yopu do anything, you need to look at the various bits of information you need to store and decide what tables you need, what the relationships between them are going to be, and then what fields and field types you need.

We can't do that for you - it's your homework after all - so it's best you start reading: MSDN[^] is always a good place to start, then Google for "Database planning" and see what you get.
 
Share this answer
 
Comments
Jitendra Ku. Sahoo 16-Sep-14 5:04am    
Completely agree, You need to understand complete requirement before design of database.
1. u have to analysis the project
2. Find the requirements of project
3. Bulid ER Diagram for your project for easy understanding and identifying
4. Start to build the sql codings
This is the easy steps to develope your pojects
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900