Relational Database Design

Relational Database Design

10th - 12th Grade

18 Qs

quiz-placeholder

Similar activities

Ms Access Databases

Ms Access Databases

11th Grade

20 Qs

REST API and MySQL Quiz SKG

REST API and MySQL Quiz SKG

12th Grade

15 Qs

Unit 2 - Creating Tables

Unit 2 - Creating Tables

12th Grade

20 Qs

GCSE Computer Science: Databases

GCSE Computer Science: Databases

9th - 12th Grade

21 Qs

RDBMS Concept and MySQL  tool

RDBMS Concept and MySQL tool

11th - 12th Grade

20 Qs

DBASE BASICS

DBASE BASICS

12th Grade

20 Qs

678331

678331

12th Grade

15 Qs

Data Unit Quiz

Data Unit Quiz

9th - 12th Grade

14 Qs

Relational Database Design

Relational Database Design

Assessment

Quiz

Computers

10th - 12th Grade

Hard

Created by

Ismael Nobre

Used 131+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following 2 options should be included in a conceptual data model?

Table names

Entity names

Entity Relationships

Attributes

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The logical model is developed from a practical database implementation perspective. It acts as a blueprint for the actual relational database.

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following options would NOT be included in a physical data model?

Entity names

Column Names

Primary Keys

Column Data Types

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the following data model an example of?

Conceptual Data Model

Logical Data Model

Physical Data Model

Complete Data Model

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In relational algebra, what does this symbol mean?

Greater than

Less than

Greater than or equal too

Less than or equal too

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following relational algebra statement do?


σrelease_year>1997 AND genre=’sci-fi'(Movies)

Select tuples from the movies table where the release year was greater than 1997 and the genre is sci-fi.

Join tuples from the movies table where the release year was greater than 1997 and the genre is sci-fi.

Select tuples from the release year table where the genre is sci-fi.

Join tuples from the release year table where the genre is sci-fi.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following relational algebra statement do?


EMPLOYEE ⋈Employee.deptID = Department.ID DEPARTMENT

Selects Employee and Department tables where the deptID field in the employee table is equal to the ID field in the department table.

Intersects Employee and Department tables where the deptID field in the employee table is equal to the ID field in the department table.

Unions Employee and Department tables where the deptID field in the employee table is equal to the ID field in the department table.

Joins Employee and Department tables where the deptID field in the employee table is equal to the ID field in the department table.

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?