Database Question Answers
1. If a relation scheme is in BSNF then it is also in
- First normal form
- Second normal form
- Third normal form
- Not in any normal form
2. Attribute of one table matching to the primary key of other table, is called as
- foreign key
- secondary key
- candidate key
- composite key
3. Allocation map
- Used to store program data
- specifies which blocks are used by which file
- is updated by application programs
- allow programs to erase files
4. The master list of an indexed file
- is sorted in ascending order
- contains only a list of keys and record numbers
- has a number assigned to each record
- none of above
5. Database management systems are used to
- eliminate data redundancy
- establish relationships among records in different files
- manage file access
- none of above
6. Ascending order of data hierarchy is
- bit->byte->record->field->file->database
- bit->byte->field->record->file->database
- byte->bit->field->record->file->database
- byte->bit->field->file->record->database
7. Which is not a logical database structure
- Chain
- Tree
- Relational
- Network
8. Embedded pointer provides
- a secondary access path
- a physical record key
- an inverted index
- all of above
9. Network structure
- is a physical representation of data
- is conceptually simple
- allows many to many relationships
- none of above
10. File record length
- should always be fixed
- should always be variable
- should be chosen to match the data character
- depends upon the size of file
No comments:
Post a Comment