DENG Topics 1 & 2

DENG Topics 1 & 2

12th Grade

5 Qs

quiz-placeholder

Similar activities

AISD: Database Technology Vocabulary

AISD: Database Technology Vocabulary

9th - 12th Grade

10 Qs

Access Test

Access Test

9th - 12th Grade

10 Qs

2.1.3 ARAHAN SQL

2.1.3 ARAHAN SQL

1st - 12th Grade

7 Qs

Python- Operators

Python- Operators

12th Grade

10 Qs

MySQL revision tour

MySQL revision tour

11th - 12th Grade

10 Qs

Database MySQL - Command Prompt

Database MySQL - Command Prompt

12th Grade

10 Qs

Quiz sobre SQL

Quiz sobre SQL

12th Grade

8 Qs

Python Pandas/MatPlotLib

Python Pandas/MatPlotLib

12th Grade

9 Qs

DENG Topics 1 & 2

DENG Topics 1 & 2

Assessment

Quiz

Computers

12th Grade

Hard

Created by

June ho

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A foreign key imposes a specific kind of integrity to related tables. What is the name of this integrity?

Entity

Referential

Data

Schema

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following cannot be blank (null)?

Foreign key

Secondary key

Primary key

none of the above can be null

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following are requirements of a relational database?

 

 

All nonkey attributes must describe a quality of the item identified by the primary key

Primary keys cannot be null or empty

Foreign keys (if not empty) must be a primary key in another table

All of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is FALSE regarding the use of relational table ?

 

 

To build a query, you must know the order of all rows and columns in each relational table

All data values in a column must conform to the same data format

 

Each cell in a relational table can contain only one value

The tables in a relational database are linked to each other through primary and foreign keys

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following describes referential integrity?

 

A primary key of a relational table must not contain a null value

The value for a foreign key attribute must either be null or match one of the data values in the table in which the attribute is a primary key

 

Multiple facts must not be stored in a single cell

Referential integrity is a principle that prevents the use of redundancy, avoids null values, and creates a minimal database