Search Header Logo
Relationships in DBMS

Relationships in DBMS

Assessment

Presentation

Computers

10th Grade

Medium

Created by

Lhun Dra

Used 5+ times

FREE Resource

7 Slides • 21 Questions

1

media

2

Multiple Choice

Which of the following is not a DBMS despite having database capabilities:
1
Microsoft Excel or similar spreadsheets
2
Oracle
3
MySQL
4
Microsoft Access or similar

3

media

​A relationship defines how data in one table connects to data in another.
Primary Keys (PK) and Foreign Keys (FK) are used to establish these connections.
Types of Relationships:
• One-to-One
• One-to-Many
• Many-to-Many

4

Multiple Choice

What are the types of relationships in a database?

1

One-to-One

2

One-to-Many

3

Many-to-Many

4

All of the above

5

Multiple Choice

What do you mean by one to many relationships?

1

One class may have many teachers

2

One teacher can have many classes

3

Many classes may have many teachers

4

Many teachers may have many classes

6

media

7

Multiple Choice

What is a one-to-one (1:1) relationship in database terms?

1

Each record in Table A is linked to multiple records in Table B

2

Each record in Table A is linked to only one record in Table B

3

Each record in Table A is linked to no records in Table B

4

Each record in Table A is linked to some records in Table B

8

​Definition: One record in Table A can relate to many records in Table B, but each record in B relates to only one record in A.
Example:
• One Student ↔ Many Issue Records Table Example: Students(StudentID, Name) IssueRecords(IssueID, StudentID, BookID) Use Case: Most common relationship in databases.

media

9

Multiple Choice

What is the definition of a One-to-Many relationship in database management?

1

One record in Table A relates to many records in Table B

2

One record in Table A relates to one record in Table B

3

Many records in Table A relate to one record in Table B

4

One record in Table A relates to no records in Table B

10

media
media

11

Multiple Choice

What is the definition of a Many-to-Many relationship in databases?

1

A relationship where one record in Table A relates to one record in Table B

2

A relationship where many records in Table A can relate to many records in Table B

3

A relationship where one record in Table A can relate to many records in Table B

4

A relationship where many records in Table A relate to one record in Table B

12

Multiple Choice

Which type of relationship in Dataverse allows multiple records from one table to be related to multiple records in another table?

1

One to One

2

One to Many

3

Many to One

4

Many to Many

13

media

14

Multiple Choice

What are the benefits of establishing relationships in databases?

1

Avoid data redundancy

2

Ensure data consistency

3

Enable efficient data retrieval

4

All of the above

15

media

16

Multiple Choice

What does the notation 1:∞ or 1:n represent in a relationship diagram?

1

One student has one card

2

One student can borrow many books

3

Many students can borrow many books

4

One student has many cards

17

Multiple Choice

A primary key can be NULL in the table? TRUE or FALSE

1

TRUE

2

FALSE

18

Multiple Choice

Question image
What is the primary key in this database?
1
Emp_Id
2
Last Name
3
Gender
4
Title

19

Multiple Choice

Which is the best example of a primary key?
1
Driver's License Number
2
Home Runs Hit
3
Price
4
First and Last Name

20

Multiple Choice

A database management system (DBMS) is a:
1
Software system used to create, maintain, and provide controlled access to a database
2
Hardware system used to create, maintain, and provide controlled access to a database
3
Hardware system used to create, maintain, and provide uncontrolled access to a database
4
Software system used to create, maintain, and provide uncontrolled access to a database

21

Multiple Choice

A_______ in a table represents a relationship among a set of values
1
Field
2
Foreign key
3
Record
4
Primary key

22

Multiple Choice

What must be common between two tables to create a relationship?
1
Fields
2
Characters
3
Files
4
Names

23

Multiple Choice

What is a Relationship in an Database?

1
It makes the data easier to enter
2
It prevents data from being entered incorrectly
3
It makes you feel closer to the computer and it's capabilities 
4
It connects two tables so that they can be used as one table

24

Multiple Choice

What is a primary key?

1

A field

2

A record

3

Two fields

4

A unique reference

25

Multiple Choice

Relational databases consist of multiple tables of information that are related through:
1
big data
2
ID columns
3
header rows
4
common fields

26

Multiple Choice

What do you mean by one to many relationships?

1

One class may have many teachers

2

One teacher can have many classes

3

Many classes may have many teachers

4

Many teachers may have many classes

27

Multiple Choice

Which type of relationship should be used to connect a Password table to a User Account table?

1

One-to-One relationship

2

One-to-many relationship

3

One-to-one relationship

4

Many-to-many relationship

28

Multiple Choice

What is a foreign key in a database?

1

A key that uniquely identifies a record in a table

2

A key that is used to link two tables together

3

A key that allows duplicate records

4

A key that stores large amounts of text

media

Show answer

Auto Play

Slide 1 / 28

SLIDE