Final Exam Data 1
Final Exam Data 1
Question How can data redundancy impact the reliability of a database system?
2
Answer saved a. It enhances database reliability
Marked out of b. It has no effect on database reliability
1.00
c. It increases the risk of data inconsistency and errors
d. It simplifies data recovery processes
Clear my choice
https://my.uopeople.edu/mod/quiz/attempt.php?attempt=16071064&cmid=433820 1/15
11/3/24, 2:30 PM Final Exam | Home
Question In the Waterfall model, documentation is not a significant aspect as it prioritizes code over
4 comprehensive project documentation. Is the statement TRUE or FALSE?
Answer saved
Marked out of a. TRUE
1.00
b. FALSE
Clear my choice
https://my.uopeople.edu/mod/quiz/attempt.php?attempt=16071064&cmid=433820 2/15
11/3/24, 2:30 PM Final Exam | Home
Question The statement to update the "price" column to 0 for all records in a table named "products" with a
6 "quantity" less than 10 is:
Answer saved
Marked out of a. UPDATE products SET price = 0 WHERE quantity < 10
1.00
b. MODIFY products SET price = 0 WHERE quantity < 10
c. CHANGE products SET price = 0 WHERE quantity < 10
d. INCREMENT products SET price = 0 WHERE quantity < 10
Clear my choice
Question The maximum length of a CHAR data type is fixed and must be specified when defining the
8 column. Is the statement TRUE or FALSE?
Answer saved
Marked out of a. TRUE
1.00
b. FALSE
Clear my choice
https://my.uopeople.edu/mod/quiz/attempt.php?attempt=16071064&cmid=433820 3/15
11/3/24, 2:30 PM Final Exam | Home
Question How does a Database Auditor contribute to the security of a database system?
9
Answer saved a. By managing and maintaining the database system
Marked out of b. By designing network architectures with a focus on encryption
1.00
c. By conducting audits and ensuring compliance with security policies
d. By creating data visualizations for security reports
Clear my choice
Question Which normal form guarantees that no non-prime attributes are transitively dependent on the
11 primary key?
Answer saved
Marked out of a. Second Normal Form (2NF)
1.00
b. Third Normal Form (3NF)
c. Boyce-Codd Normal Form (BCNF)
d. Fourth Normal Form (4NF)
Clear my choice
https://my.uopeople.edu/mod/quiz/attempt.php?attempt=16071064&cmid=433820 4/15
11/3/24, 2:30 PM Final Exam | Home
Question Which term is used to describe the collection of attributes that characterize a real-world entity in a
12 relation?
Answer saved
Marked out of a. Tuple
1.00
b. Schema
c. Record
d. Table
Clear my choice
https://my.uopeople.edu/mod/quiz/attempt.php?attempt=16071064&cmid=433820 5/15
11/3/24, 2:30 PM Final Exam | Home
Question What is the primary purpose of database schema evolution in alteration strategies?
17
Answer saved a. To organize data into logical structures
Marked out of b. To enhance data encryption techniques
1.00
c. To modify database structures without disrupting operations
d. To integrate data from disparate sources
Clear my choice
https://my.uopeople.edu/mod/quiz/attempt.php?attempt=16071064&cmid=433820 6/15
11/3/24, 2:30 PM Final Exam | Home
Question The SQL UPDATE statement is used to insert new records into a table. Is the statement TRUE or
18 FALSE?
Answer saved
Marked out of a. TRUE
1.00
b. FALSE
Clear my choice
Question Which SQL statement is used to roll back the changes made during the current transaction?
19
Answer saved a. REVERT
Marked out of b. UNDO
1.00
c. CANCEL
d. ROLLBACK
Clear my choice
Question Which interface in JDBC is responsible for executing SQL queries and returning results? Ê
20
Answer saved a. JDBCConnection Ê
Marked out of b. Statement Ê
1.00
c. ResultSet
d. DatabaseMetaData
Clear my choice
https://my.uopeople.edu/mod/quiz/attempt.php?attempt=16071064&cmid=433820 7/15
11/3/24, 2:30 PM Final Exam | Home
Question In an ER diagram, what does the term "transitive dependency" refer to?
21
Answer saved a. A many-to-many relationship
Marked out of b. An attribute that depends on another attribute
1.00
c. A relationship that connects three entities
d. A dependency between two non-key attributes through another non-key attribute
Clear my choice
Question How does the use of a unique constraint contribute to the development of relations in a relational
22 data model?
Answer saved
Marked out of a. A unique constraint prevents relationships between tables.
1.00
b. A unique constraint enforces the uniqueness of values in a column, supporting
relationships.
c. A unique constraint allows null values in a column.
d. A unique constraint is only applicable to primary keys.
Clear my choice
https://my.uopeople.edu/mod/quiz/attempt.php?attempt=16071064&cmid=433820 8/15
11/3/24, 2:30 PM Final Exam | Home
Question What technique is used to merge multiple databases into a single logical unit for easier
23 management?
Answer saved
Marked out of a. Database mirroring
1.00
b. Data partitioning
c. Database clustering
d. Data archiving
Clear my choice
Question In the context of a relational database, which of the following best defines an attribute?
24
Answer saved a. A unique identifier for a record
Marked out of b. A named collection of related records
1.00
c. A specific characteristic or property of an entity
d. A function or procedure used to manipulate data
Clear my choice
https://my.uopeople.edu/mod/quiz/attempt.php?attempt=16071064&cmid=433820 9/15
11/3/24, 2:30 PM Final Exam | Home
Question Which of the following is a characteristic of ODBC that contributes to its platform independence?
28
Answer saved a. It is specific to a particular database vendor
Marked out of b. It relies on a proprietary query language
1.00
c. It uses a standardized API for database access
d. It requires a specific operating system for compatibility
Clear my choice
https://my.uopeople.edu/mod/quiz/attempt.php?attempt=16071064&cmid=433820 10/15
11/3/24, 2:30 PM Final Exam | Home
Question What is the main drawback of the Waterfall model in database development?
31
Answer saved a. Inflexibility to changing requirements
Marked out of b. Overemphasis on rapid iterations
1.00
c. Lack of stakeholder involvement
d. Overcomplicated project management
Clear my choice
https://my.uopeople.edu/mod/quiz/attempt.php?attempt=16071064&cmid=433820 11/15
11/3/24, 2:30 PM Final Exam | Home
Question The SQL data type used for storing integers with a small range is:
32
Answer saved a. INT
Marked out of b. BIGINT
1.00
c. MEDIUMINT
d. SMALLINT
Clear my choice
Question What is the correct SQL statement to add a new column named "is_available" to the "inventory"
33 table.?
Answer saved
Marked out of a. ADD is_available TO inventory
1.00
b. CREATE COLUMN is_available IN inventory BOOLEAN
c. UPDATE inventory SET is_available = TRUE
d. ALTER TABLE inventory ADD COLUMN is_available BOOLEAN
Clear my choice
https://my.uopeople.edu/mod/quiz/attempt.php?attempt=16071064&cmid=433820 12/15
11/3/24, 2:30 PM Final Exam | Home
Question What distinguishes a conceptual data model from a physical data model?
35
Answer saved a. Conceptual models focus on implementation details, while physical models abstract real-
Marked out of world concepts.
1.00
b. Conceptual models describe how data is stored in databases, while physical models
capture real-world relationships.
c. Conceptual models represent real-world concepts, while physical models detail the
database implementation.
d. Conceptual models and physical models are interchangeable terms in data modeling.
Clear my choice
Question In the context of data modeling, what does the term "cardinality" refer to?
36
Answer saved a. The data type of an attribute
Marked out of b. The relationship between two entities
1.00
c. The number of columns in a table
d. The size and complexity of a database
Clear my choice
https://my.uopeople.edu/mod/quiz/attempt.php?attempt=16071064&cmid=433820 13/15
11/3/24, 2:30 PM Final Exam | Home
Question What is the role of the DROP COLUMN clause when modifying a table?
37
Answer saved a. Remove all columns from a table
Marked out of b. Add a new column to a table
1.00
c. Delete a specific column from a table
d. Change the data type of a column
Clear my choice
Question Functional dependencies are crucial for identifying relationships between tables and minimizing
39 data anomalies. Is the statement TRUE or FALSE?
Answer saved
Marked out of a. TRUE
1.00
b. FALSE
Clear my choice
https://my.uopeople.edu/mod/quiz/attempt.php?attempt=16071064&cmid=433820 14/15
11/3/24, 2:30 PM Final Exam | Home
Question The DATE data type stores only the date part without the time information. Is the statement TRUE
40 or FALSE?
Answer saved
Marked out of a. TRUE
1.00
b. FALSE
Clear my choice
https://my.uopeople.edu/mod/quiz/attempt.php?attempt=16071064&cmid=433820 15/15