Database Concepts and Performance Tuning
Covers entity-relationship modeling, IMS hierarchical databases, and Oracle performance tuning including statspack, AWR, wait events, and database tuning.
Questions
Tuning can be done by?
- DBA
- SYSTEM ADMIN
- APPLICATION DEVELOPERS
- ALL
How to resolve incomplete checkpoints in database?
- SHU IMMEDIATE
- ADDING MORE REDO LOGS
- BOTH A AND B
- NONE OF THE ABOVE
Under what situation buffer busy wait event occur?
- NO FREE BUFFERS
- NOT ENOUGH SPACE IN DB CACHE
- CONCURRENT ACCESS BY USERS
- DIRTY BUFFER ARE NOT CHECKPOINTED
AWR WILL GIVE RECOMMENDATION?
- True
- False
How to generate statspack report?
- run spcreate.sql
- run sptrunc.sql
- run spexp.par
- run spreport.sql
IMS Db is IBM's ________________ database management.
- Network
- Relational
- Hierarchical
- Object-oriented
A segment has 3 occurrences for a parent. This segment is called a ________
- Multiple
- Twin
- Sibling
- None of These
What is the maximum number of levels in IMS database?
- 15
- 12
- 16
- 20
What call is performed prior to a deletion call ?
- GU
- GHU
- GN
- GNP
Which of the following indicates the maximum number of entities that can be involved in a relationship?
- Minimum cardinality
- Maximum cardinality
- ERD
- Greater Entity Count (GEC)
Which type of entity cannot exist in the database unless another type of entity also exists in the database, but does not require that the identifier of that other entity be included as part of its own identifier?
- Weak entity
- Strong entity
- ID-dependent entity
- ID-independent entity
In a one-to-many relationship, the entity that is on the one side of the relationship is called a(n) ________ entity.
- parent
- child
- instance
- subtype
Which type of entity represents an actual occurrence of an associated generalized entity?
- Supertype entity
- Subtype entity
- Archetype entity
- Instance entity
A recursive relationship is a relationship between an entity and ________ .
- itself
- a subtype entity
- an archetype entity
- an instance entity