Steps to building a Database
From Compsci1
(Difference between revisions)
Line 15: | Line 15: | ||
[[Databases]] | [[Databases]] | ||
+ | |||
Back [[What is a Database?]] | Back [[What is a Database?]] | ||
+ | |||
Next page [[Building Tables]] | Next page [[Building Tables]] | ||
+ | |||
--mickdemp 16:49, 19 October 2006 (EDT) | --mickdemp 16:49, 19 October 2006 (EDT) |
Current revision as of 20:50, 19 October 2006
- 1. Determine the overall purpose and the specific objectives of the database
- 2. Determine the tables and fields you need.
- 3. Determine the data type and properties for each field.
- 4. Determine the table relationships.
- 5. Implement the database design
- 6. Enter the database records
- 7. Create queries, forms and reports.
Back What is a Database?
Next page Building Tables
--mickdemp 16:49, 19 October 2006 (EDT)