Say True if the statement is correct or False if the statement is incorrect
1. True A database is an integrated collection of logically related records or files
consolidated into a common pool that provides data for one or more multiple uses.
2. True A Database Management System (DBMS) consists of software that organizes
the storage of data.
3. True A DBMS controls the creation, maintenance, and use of the database storage
structures of organizations and of their end users.
4. False Information is a collection of raw facts which is contained in 1 file.
5. True Microsoft Access enables one to manage all important information from a single
database file
Choose the correct answer from the given alternative
6. Which of the following is NOT a principle of good database design?
A. Redundancy
B. Data integrity
C. Normalization
D. Consistency
7. A foreign key is used to:
A. Uniquely identify records
B. Store redundant data
C. Maintain relationships between tables
D. Store encrypted data
8. What is the purpose of a primary key in a database table?
A. To create duplicate values
B. To uniquely identify each record
C. To enforce user access
D. To group data
9. Which of the following is a good practice in database design?
A. Use the same field name in every table
B. Store calculated fields permanently
C. Store one value per field
D. Use one table for all data
10.A foreign key constraint ensures:
A. The column must be a primary key
B. Values in one table must match values in another
C. No duplicates are allowed in the table
D. The table can be deleted easily
11. What is the main purpose of a relational database key?
A. To sort the data
B. To reduce file size
C. To uniquely identify rows
D. To increase table count
12. A composite key is:
A. A key made from a foreign key
B. A key that contains multiple foreign keys
C. A primary key formed by combining two or more columns
D. A key used only in temporary tables
13. ___B____ Involves the structure (primary key and its attributes) of the entity
A. Data integrity C. A&B
B. Entity integrity D. None
14. B Which integrity defines any entity is dependent on another
A. Data integrity C. Entity
B. Referential D. All of the above
15. A How do key fields work with a one-to-one relationship between two tables?
A. The first table uses the primary key field, and the second table uses a foreign key
field.
B. The first table uses the foreign key field, and the second table uses a primary key
field.
C. Both tables use primary key fields.
D. Neither table uses primary key fields.
16. ____B____ is a column that is used to uniquely identify each row
A. Foreign key C. A&B
B. Primary key D. All of the above
17. ____D______ Which one of the following is the component of table.
A. Mete data C. Records
B. Field D. All of the above
18. C Allows for the storage of lengthy text or combinations of text and numbers.
A. Number C. Long Text
B. Short Text D. AutoNumber
19. D Which one of the following is a database object?
A. Form C. Query
B. Table D. All of the above
20. D Which type of relationship uses a junction table?
A. One - to – one
B. Many - to - one
C. One - to – many
D. Many - to – Many
21. ‘ Which one of the following is true about the primary key?
A. Should Not Null
B. It should be both Null and not Null
C. It should be Null
D. Cannot have character data type
22. ____A_____ describes how entities are related and it help to view information
from two or more table at the same time.
A. Entity C. Table
B. Form D. Relationship