Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What are the 3 approaches to database development?

0
Posted

What are the 3 approaches to database development?

0

• Bottom-up approach: Start by understanding the transactions occurring in an organization, then evolve to understanding the information needs. • Three-level approach: Structure your design approach iteratively. • Conceptual: Create an information model that creates a layout of the information in the domain being studied. • Logical: Created relations between entities in the information model you constructed, and make sure the table relations and structures are normalized. • Physical: Create a physical layout of how the database will store, retreive and process information. Select the type of DBMS to use, and implement it. • Top-down approach: Start with a problem statement, whose solution is “better information”. Proceed to identify your information objectives, and lay down the boundaries of the scope of your database. Understand the symantec dimensions (the meanings of things) of the design, and proceeed to assign entities in the model. Create relationships between the entities that a

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123