Database Question Answers - Chapter 1
-
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
Answer And Explanation
Answer: Option C
-
2. Attribute of one table matching to the primary key of other table, is called as
- foreign key
- secondary key
- candidate key
- composite key
Answer And Explanation
Answer: Option A
-
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
Answer And Explanation
Answer: Option B
-
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
Answer And Explanation
Answer: Option C
-
5. Database management systems are used to
- eliminate data redundancy
- establish relationships among records in different files
- manage file access
- none of above
Answer And Explanation
Answer: Option A
-
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
Answer And Explanation
Answer: Option B
-
7. Which is not a logical database structure
- Chain
- Tree
- Relational
- Network
Answer And Explanation
Answer: Option A