U2 Database Design Quizs - Part A

Quiz
•
Computers
•
11th Grade
•
Easy
Wayground Content
Used 10+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When would you use a one-to-one relationship?
When each record in Table A relates to only one record in Table B and vice versa.
When each record in Table A can relate to multiple records in Table B.
When records in Table A are not related to any records in Table B.
When each record in Table A relates to at least one record in Table B.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the significance of normalisation in database design?
Normalisation helps to minimise data duplication and enables data integrity.
Normalisation increases data redundancy and complexity.
Normalisation is used to enhance the speed of database queries.
Normalisation eliminates the need for data relationships.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a better way to ensure a presence check than just setting "Required" to "Yes"?
Use "Validation Rule" = "Is not null" with a helpful "Validation Text" message.
Set the field to "Visible" only when filled.
Implement a default value for the field.
Use a custom script to check for input.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you provide the user with a prompt to enter data in a query?
Use curly braces in the Criteria row, e.g. {Enter the start date:}
Use square brackets in the Criteria row, e.g. [Enter the start date:]
Use parentheses in the Criteria row, e.g. (Enter the start date:)
Use angle brackets in the Criteria row, e.g.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How does limiting lookups to the list help data integrity?
Ensures only predefined, valid values can be selected, preventing errors.
Allows any value to be entered, increasing flexibility.
Reduces the need for data validation checks.
Increases the complexity of data entry processes.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When are value lookups suitable?
For short, fixed lists like days of the week or Gold, Silver, Bronze, etc.
For long, variable lists that change frequently.
For complex data structures requiring extensive processing.
For large datasets that need to be sorted and filtered.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you determine due date status in a query if you need to consider whether it is "Due Today" or "Not Yet Due"?
=IIf([Due Date]
=IF([Due Date]>Date(),"Not Yet Due",IF([Due Date]=Date(),"Due Today","OVERDUE"))
=IIf([Due Date]>Date(),"OVERDUE",IIf([Due Date]=Date(),"Not Yet Due","Due Today"))
=IF([Due Date]=Date(),"Not Yet Due",IF([Due Date]
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
CompTIA ITF+ - Database Vocabulary

Quiz
•
9th - 12th Grade
16 questions
Databases

Quiz
•
11th Grade
15 questions
SQL with Python Quiz

Quiz
•
12th Grade - University
20 questions
Access Quiz

Quiz
•
9th - 12th Grade
17 questions
DatabaseBasic

Quiz
•
12th Grade
15 questions
Database Concepts Quiz (Lecture W1)

Quiz
•
12th Grade
16 questions
A2 Computer Science 4.10 Databases

Quiz
•
10th - 12th Grade
22 questions
Create a table

Quiz
•
7th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade