Exam 9: Database Design
Installing the DBMS,creating the database,and loading or converting the data are part of the ____ phase of the DBLC.
C
Explain the differences between a centralized and decentralized approach to database design.
Centralized design is productive when the data component is composed of a relatively small number of objects and procedures.The design can be carried out and represented in a fairly simple database.Centralized design is typical of relatively simple and/or small databases and can be successfully done by a single person (database administrator)or by a small,informal design team.The company operations and the scope of the problem are sufficiently limited to allow even a single designer to define the problem(s),create the conceptual design,verify the conceptual design with the user views,define system processes and data constraints to ensure the efficacy of the design,and ensure that the design will comply with all the requirements.(Although centralized design is typical for small companies,do not make the mistake of assuming that centralized design is limited to small companies.Even large companies can operate within a relatively simple database environment.)Decentralized design might be used when the data component of the system has a considerable number of entities and complex relations on which very complex operations are performed.Decentralized design is also likely to be employed when the problem itself is spread across several operational sites and each element is a subset of the entire data set.In large and complex projects,the database design typically cannot be done by only one person.Instead,a carefully selected team of database designers is employed to tackle a complex database project.Within the decentralized design framework,the database design task is divided into several modules.Once the design criteria have been established,the lead designer assigns design subsets or modules to design groups within the team.
Database backups can be performed at different levels.List and describe these.
A full backup of the database,or dump of the entire database.In this case,all database objects are backed up in their entirety.
A differential backup of the database,in which only the last modifications to the database (when compared with a previous full backup copy)are copied.In this case,only the objects that have been updated since the last full backup are backed up.
A transaction log backup,which backs up only the transaction log operations that are not reflected in a previous backup copy of the database.In this case,only the transaction log is backed up; no other database objects are backed up.
The ____ design is the process of selecting the data storage and data access characteristics of the database.
The conceptual design step that identifies ER modules and validates insert,update,and delete rules is ____.
The existing hardware and software systems are studied during the planning phase.
A(n)____________________ rule is a brief and precise narrative of a policy,procedure,or principle within a specific organization's environment.
The logical systems design is created during the ____ phase of the SDLC.
The SDLC provides the big picture within which the database design and application development can be mapped out and evaluated.
In addition to system scope,which defines the extent of the design,the proposed system is subject to ____________________,which are external to the system.
A system maintenance activity generated in response to changes in the business environment is referred to as corrective maintenance.
Detailed system specification is part of the ____ phase of the SDLC.
From a database point of view,the collection of data becomes meaningful only when the business ____________________ are defined.
To analyze the company situation,the database designer must discover what the company's operational components are,how they function,and how they interact.
Data integrity is enforced by the DBMS through the proper use of primary and foreign key rules.
The advent of very sophisticated application generators and ____________________ tools has substantially decreased coding and testing time.
What are the factors affecting the purchasing decision for DBMS software?
The implementation phase of database design includes creating the database storage structure and loading the database,but does not provide for data management.
"What are the requirements of the current system's end users?"is a question asked during the ____ phase of the SDLC.
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)