NEW
Font size
WorksheetsChapter 13: Designing Databases
Total questions: 45
Worksheet time: 15mins
In a large retail company, Christine is tasked with analyzing customer purchase data to identify trends and patterns that can help improve sales strategies. Which topic relates to extracting patterns and insights from large datasets?
Key design
Data mining
Using the database
Normalization
In a corporate meeting, James, the data analyst, presents a learning objective in Designing Databases that highlights a relationship among several areas that support decision-making. Which combination does he specify?
Relational modeling, schema migration, and query tuning
Business intelligence, data warehouses, big data, business analytics, and text analytics
Cloud storage, virtualization, container orchestration, and DevOps
Distributed systems, fault tolerance, consensus algorithms, and microservices
Emma is managing a data storage system for her company. She needs to ensure that the data is accessible whenever her team requires it. Which statement best captures a fundamental requirement for data storage systems?
Data must be archived yearly regardless of use
Data must be available when the user wants to use them
Data must be compressed to the smallest possible size
Data must be encrypted using a single global key
In a well-managed hospital database, what does "accuracy and consistency" primarily ensure?
Data values do not change across updates and reflect the correct real-world facts
Data is stored in as many formats as possible to increase redundancy
Data is accessible only to administrators to prevent misuse
Data retrieval always occurs faster than data entry
In a tech company, Rohan is responsible for managing the data storage system. He knows that for the system to be robust, certain activities must be efficient. Which pair of activities must Rohan focus on to ensure the data storage approach is effective?
Backup and disaster recovery
Updating and retrieval
Visualization and reporting
Encryption and decryption
During a research project, Keyshaun is tasked with gathering information on climate change. A purposeful information retrieval process most likely emphasizes which outcome?
Retrieving every record in the system for completeness
Retrieving data tailored to the user's specific need at the time
Retrieving data only from archived storage to minimize cost
Retrieving data in a single standard format regardless of context
Ava is managing a project that requires data storage for various applications. She is considering two different approaches to store the data. Which statement correctly contrasts the two approaches to data storage in computer-based systems?
Store data in individual files unique to applications versus storing data in a centrally defined database used by many applications
Store data in spreadsheets versus store data in email attachments
Store data on local disks versus store data on cloud servers
Store data using binary formats versus store data using text formats
David is managing a project that requires a reliable way to store and access data for his team, which includes Francine and Reizen. He needs to choose a system that can support various applications and ensure data integrity. What type of data storage should David consider based on the material?
A loosely organized collection of documents designed for a single team
A formally defined and centrally controlled store of data intended for use in many different applications
A set of local files that only one application can read
A backup archive optimized solely for long-term storage
Christine is working on a project that requires collaboration with her team members across different applications in a database environment. Which objective most directly supports multi-user collaboration in this scenario?
Ensuring data can be shared among users for a variety of applications
Allowing users to construct personal views without concern for physical storage
Maintaining data that are accurate and consistent
Ensuring data for future applications will be readily available
In a growing tech company, the management team, including Godwyn and Janna, is discussing how to adapt their database system to meet the evolving needs of their users. They want to ensure that as the organization changes, the database remains effective and relevant. Which objective addresses the need for continuity as organizational requirements change over time?
Maintaining data accuracy and consistency
Allowing the database to evolve as the needs of the users grow
Ensuring purposeful retrieval
Sharing data among current users only
In a modern office, Teresa is tasked with organizing the company's data management system. She wants to ensure that her team can focus on logical representations of the data rather than getting bogged down by the physical storage details. Which objective should Teresa prioritize to achieve this?
Ensuring data availability for future applications
Allowing users to construct their personal view of the data without concern for the way the data are physically stored
Maintaining strict centralized schemas that users cannot customize
Requiring all users to use identical screens and queries
In a library, Ronnie is organizing a new database to keep track of all the books. He needs to understand the concept of metadata. Which statement best defines metadata in the context of databases?
Information that describes data
The real-world events being observed
Individual stored facts about people or places
A complete file containing all records
According to the slide, what is the relationship between reality and data?
Data is collected about people, places, or events in reality and stored in a file or database
Reality is created from data definitions stored in metadata
Data only exists independently of real-world entities
Reality is the metadata describing data items
In a university setting, Chelsy is studying the relationships between different components of a database system. She refers to a diagram labeled Reality, Data, and Metadata (Figure 13.1). Which pairing correctly matches the layer with its components?
Reality: Entities and Attributes
Data: Record Definitions and Data Item Definitions
Metadata: Record Occurrences and Data Item Occurrences
Reality: Record Occurrences and Data Item Occurrences
Grace is analyzing a diagram that represents a data management system. In the diagram, which components belong to the Data layer?
Record Occurrences and Data Item Occurrences
Entities and Attributes
Record Definitions and Data Item Definitions
Entities and Record Definitions
As part of a project, a database designer named Francine documents field names, formats, and constraints before building tables. Based on the materials, this documentation is best categorized as which layer/component?
Metadata: Data Item Definitions
Reality: Attributes
Data: Record Occurrences
Metadata: Entities
In a community project, Christine is tasked with collecting information about various aspects of the neighborhood. Which statement best defines an entity in the context of her data collection?
A predefined database table limited to people
Any object or event about which someone chooses to collect data
Only a physical thing stored in a warehouse
A unit that can never represent time or events
During a community event planning meeting, Princess, Teresa, and James discussed various elements that could be considered important for the event. According to their discussion, which of the following could be considered an entity?
Only a person, because places and things are attributes
A place, because entities may be a person, place, or thing
Only an event, because entities cannot be objects
A database key, because keys uniquely identify records
In a university database, there is a need to categorize students like Abby and Teresa based on their academic programs. What is the primary purpose of introducing an entity subtype for students in this database design?
To merge unrelated tables into one large table
To represent additional attributes through a special one-to-one relationship
To convert one-to-many relationships into many-to-many
To enforce that all records share identical attributes
A university wants to store internship details only for students who have internships. Based on the material, which design choice is most appropriate?
Add internship fields to the STUDENT MASTER so every student record has them, even if null
Create an entity subtype linked one-to-one to STUDENT MASTER to store internship-specific attributes
Store internship information in a many-to-many bridge table unrelated to students
Eliminate internship tracking to avoid null values
In a small town, each resident, like Mark and Chrystal, has exactly one pet, and each pet is owned by exactly one resident. What type of relationship is represented between residents and their pets?
One-to-one (1:1)
One-to-many (1:M)
Many-to-many (M:N)
Optional-to-mandatory
In a company, each product is packaged uniquely, and each employee is assigned to a specific office. Based on the figure showing Product to Product Package and Employee to Office, both linked by single vertical lines, what relationship type is depicted?
One-to-one (1:1)
One-to-many (1:M)
Many-to-many (M:N)
Recursive (self-referencing)
In a healthcare facility, Dr. James connects to Patient Zoe with a crow’s foot at Patient Zoe, indicating that Dr. James treats multiple patients. Meanwhile, Employee Ava connects to Department with a crow’s foot at Department, showing that Employee Ava belongs to multiple departments.
Each physician treats exactly one patient, and each employee belongs to multiple departments
Each physician treats many patients, and each employee belongs to one department
Each physician belongs to many departments, and each employee treats one patient
Each physician treats many departments, and each employee belongs to many patients
In a library system, each book can have multiple authors. If a crow’s foot represents many, which statement aligns with crow’s foot notation in this context?
A relationship ending with a crow’s foot indicates one instance on that side
A crow’s foot indicates multiple instances on the opposite side
A crow’s foot indicates multiple instances on the same side it appears
A crow’s foot means the relationship is optional
In a hospital, given the Employee–Department link labeled belongs to with a crow’s foot at Department, what is the cardinality from Department to Employee?
One department has exactly one employee
One department has many employees
Many departments have one employee
Many employees have many departments
Which pairing is most appropriate for modeling a one-to-one relationship in an E-R diagram?
Danrielle and her unique Student ID where each student has exactly one ID and each ID belongs to one student
Course and Student where a course has many students
Tag and Post where posts can have many tags and tags can apply to many posts
Store and Product where a store sells many products
When interpreting an E-R diagram for a library system, what simple procedure helps determine whether a relationship between books and authors is one-to-many?
Check for a single vertical line on both ends of the connector
Look for a crow’s foot at one end and a single vertical line at the other
Verify that both ends have crow’s feet
Ignore the connector; read only the verb phrase
Refer to the E-R association diagram showing Cedric–Courses and Princess–City. Which cardinality is depicted by the crow’s feet on both ends of the relationship line?
One-to-one
One-to-many
Many-to-many (M:N)
Optional one-to-one
In a project to design a new community center, Janna is tasked with creating an E-R diagram to represent the relationships between different facilities. In the symbol chart for E-R diagrams, which shape should Janna use to represent an associative entity that joins the gym and the swimming pool?
Plain rectangle
Rounded-corner rectangle
Rectangle with diamond-like interior (bridge)
Oval
In a library, according to the relationship notation key, what does a single vertical bar (|) at the end of a relationship line indicate about the number of books a member can borrow?
Exactly one (to 1 relationship)
Zero or one (to 0 or 1 relationship)
One or more (to many relationship)
Zero or more (to 0 or more relationship)
In the patient treatment E-R diagram, which attribute is underlined to denote the key for the Patient entity?
Patient-Address
Patient-Phone
Date-First-Visit
Patient-Name
Which statement best describes the role of the Treatment entity in the patient treatment diagram involving Keith and Rea?
It is a simple entity that stores physician demographics only.
It is an associative entity connecting Patient with Prescription and recording details like Description, Date, and Symptom.
It is an attributive entity that repeats insurance carrier information.
It is a weak entity that depends solely on City.
Using the notation key, which endpoint would you place on the Patient side of the ‘treats’ relationship to indicate that exactly one physician treats a patient at a given time? Consider a scenario where Maria is a patient who is treated by Dr. Smith, and at any given time, she can only have one physician treating her.
Crow’s foot only
Circle with crow’s foot
Single vertical bar (|)
Double vertical bar (||)
In the patient treatment diagram, which set correctly pairs an entity with one of its listed attributes?
Physician — Plan-Description
Insurance Carrier — Specialty
Prescription — Dosage
Patient — Manufacturer
In a library database, which statement best defines an attribute in this context?
A data item used to uniquely identify a record
A collection of data items sharing something in common
A characteristic that describes some aspect of an entity
A combination of two or more data items representing identity
In a library system, what is a record?
A single characteristic of a book
A collection of data items that have something in common with the book described
A unique attribute for identifying a section
A combination of attributes used to filter search results
In a library where James works, each book is assigned a unique identifier to ensure that no two books have the same ID. Which key type is defined as a unique attribute for the record?
Primary key
Candidate key
Secondary key
Composite key
Janna is organizing a database for a library. She needs to identify a candidate key that can uniquely identify books in the library. Which option correctly describes a candidate key?
A key which may not be unique and is used to select a group of records
An attribute or collection of attributes that can serve as a primary key
A combination of two or more attributes representing the key
A general label for any data item in a record
In a library, each book is assigned a unique identifier, but sometimes the librarian needs to find books by their genre or author. A secondary key is primarily used for which purpose?
Uniquely identifying each record
Serving as a potential primary key
Selecting a group of records, even if it is not unique
Combining multiple attributes into a single identifier
In a library system, which statement best characterizes a composite key used to identify a book?
A single attribute that uniquely identifies a record
A potential primary key candidate
A key that may not be unique and is used for grouping
A combination of two or more attributes representing the key
Keyshaun is working on a project that involves organizing a large database of books. He comes across a diagram titled "Metadata" that outlines the structure of the database. Based on this diagram, which statement best defines metadata in the context of files or databases?
Information that users input into a form
Programs that process data records
Data about the data, describing items and records
Indexes used to locate tables quickly
In a sales report for a project led by James and Juliana, refer to the diagram labeled "Metadata (Figure 13.7)." What does the letter "A" indicate in the Value column next to data items like "Salesperson Name" and "Company Name"?
Alphanumeric or text field type
Amount field with currency formatting
Archive field not used in processing
Auto-generated numeric identifier
James is analyzing a metadata figure for a sales report. The annotation "7.2" next to the Amount field conveys which specific property of the data?
The field contains 7 currency symbols and 2 numbers
The field takes up 7 digits with 2 to the right of the decimal
The record includes 7 fields and 2 are optional
The value must be between 7 and 2 units
Juliana is working on a project that involves organizing a database. According to the "Metadata" slide she is reviewing, which item is explicitly described by metadata besides the name given to each data item?
The algorithm used to compute totals
The length assigned to each data item and the length and composition of each record
The network topology of the database server
The backup frequency for data files
In a sales report prepared by Reizen, using the legend in the metadata figure, which data type is correctly matched to its description?
D — Document stored as PDF
N — Numeric values
M — Multimedia content
A — Algorithmic calculation
