Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

What is good database design

Pragya Keshap answered on February 21, 2023 Popularity 10/10 Helpfulness 1/10

Contents


More Related Answers

  • simple project for database
  • What is a Database?
  • html for database
  • database design process
  • What is database
  • What are some characteristics of relational databases ?
  • which database to use
  • What should you do when building a database structure?

  • What is good database design

    0

    Certain principles guide the database design process. The first principle is that duplicate information (also called redundant data) is bad, because it wastes space and increases the likelihood of errors and inconsistencies. The second principle is that the correctness and completeness of information is important. If your database contains incorrect information, any reports that pull information from the database will also contain incorrect information. As a result, any decisions you make that are based on those reports will then be misinformed.

    A good database design is, therefore, one that:

    Divides your information into subject-based tables to reduce redundant data.

    Provides Access with the information it requires to join the information in the tables together as needed.

    Helps support and ensure the accuracy and integrity of your information.

    Accommodates your data processing and reporting needs.  

    https://support.microsoft.com/en-us/office/database-design-basics-eb2159cf-1e30-401a-8084-bd4f9c9ca1f5#:~:text=A%20good%20database%20design%20is,and%20integrity%20of%20your%20information.

    Popularity 10/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 21 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.