Week 1 - Understanding Relational Databases

Week 1 - Understanding Relational Databases

12th Grade

26 Qs

quiz-placeholder

Similar activities

MySQL mastery skills review

MySQL mastery skills review

12th Grade

26 Qs

Database Management 1(DBMS1): Summative Assessment

Database Management 1(DBMS1): Summative Assessment

9th - 12th Grade

25 Qs

Unit 2 - Creating Queries

Unit 2 - Creating Queries

12th Grade

24 Qs

Database Vocab (Through Lesson 2.2)

Database Vocab (Through Lesson 2.2)

9th - 12th Grade

29 Qs

1.3.2 Databases

1.3.2 Databases

12th Grade

30 Qs

SQL Quiz - Basic

SQL Quiz - Basic

11th - 12th Grade

25 Qs

data base management system

data base management system

2nd Grade - University

23 Qs

BTEC National ICT U2 - Normalisation

BTEC National ICT U2 - Normalisation

12th Grade

27 Qs

Week 1 - Understanding Relational Databases

Week 1 - Understanding Relational Databases

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Zhao Hong Lau

Used 1+ times

FREE Resource

26 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of an attribute for a 'Student' entity in a school database?

School Name

Student ID

Teacher Name

Class Schedule

Answer explanation

The 'Student ID' is a unique identifier for each student, making it a key attribute of the 'Student' entity. In contrast, 'School Name', 'Teacher Name', and 'Class Schedule' pertain to other entities or aspects of the school.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a database representing a library system, which of the following is an example of an entity?

Author's Name

Book Title

Book Publication Date

Author

Answer explanation

In a library database, an entity represents a distinct object or concept. 'Author' is an entity as it refers to a person who writes books, while 'Author's Name', 'Book Title', and 'Book Publication Date' are attributes of entities.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify based on the scenario below, what kind of entity relationship it belongs to: Each student has a unique personal residential address. What kind of relationship should the student and the address be defined as?

One-to-One relationship

One-to-Many relationship

Many-to-Many relationship

None-to-One relationship

Answer explanation

The relationship between a student and their unique residential address is a One-to-One relationship, as each student is associated with exactly one address, and each address corresponds to only one student.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify based on the scenario below, what kind of entity relationship it belongs to: A Book can have one or more authors. An Author can write multiple books.

One-to-One

One-to-Many

Many-to-Many

Answer explanation

The relationship is Many-to-Many because a Book can have multiple Authors, and an Author can write multiple Books. This mutual association indicates that each entity can relate to many instances of the other.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify based on the scenario below, what kind of entity relationship it belongs to: An Order can include multiple food items. A Food Item can be added to different orders.

One-to-One

One-to-Many

Many-to-Many

Answer explanation

The relationship is Many-to-Many because an Order can contain multiple Food Items, and a Food Item can be part of different Orders. This mutual inclusion indicates a Many-to-Many relationship.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify based on the scenario below, what kind of entity relationship it belongs to: A Team can have multiple players. One Player can only be in one team.

One-to-One

One-to-Many

Many-to-Many

Answer explanation

The scenario describes a relationship where one Team can have multiple Players, but each Player belongs to only one Team. This defines a One-to-Many relationship, as one entity (Team) relates to many entities (Players).

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best describes a primary key?

A key used to secure data encryption

A key used to sort the data in ascending order

A unique identifier for each record in a table

Used to ensure reference integrity

Answer explanation

A primary key is a unique identifier for each record in a table, ensuring that no two records have the same key. This is essential for maintaining data integrity and enabling efficient data retrieval.

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?

Discover more resources for Computers