U2 Database Design Quizs - Part A

U2 Database Design Quizs - Part A

11th Grade

20 Qs

quiz-placeholder

Similar activities

Unit 2 - Creating Systems to manage Information

Unit 2 - Creating Systems to manage Information

11th Grade

18 Qs

Modifying Forms and Tables

Modifying Forms and Tables

10th - 12th Grade

20 Qs

Database concepts part 1 & 2

Database concepts part 1 & 2

9th - 11th Grade

15 Qs

MYSQL

MYSQL

12th Grade

15 Qs

DDL

DDL

University

15 Qs

Database-Normalisation

Database-Normalisation

9th Grade - University

20 Qs

AACS3013 Quick Revision C1-C3

AACS3013 Quick Revision C1-C3

University

20 Qs

Introduction to DBMS

Introduction to DBMS

11th - 12th Grade

16 Qs

U2 Database Design Quizs - Part A

U2 Database Design Quizs - Part A

Assessment

Quiz

Computers

11th Grade

Easy

Created by

Quizizz 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

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?