SQL review quiz

SQL review quiz

12th Grade

8 Qs

quiz-placeholder

Similar activities

MySQL

MySQL

12th Grade

10 Qs

RDBMS  for class10

RDBMS for class10

10th - 12th Grade

10 Qs

BTEC UNIT THE ONLINE WORLD QUIZ 5

BTEC UNIT THE ONLINE WORLD QUIZ 5

12th Grade

12 Qs

Intro to Databases

Intro to Databases

12th Grade - University

12 Qs

MySQL revision tour

MySQL revision tour

11th - 12th Grade

10 Qs

Access 2.03 Vocabulary

Access 2.03 Vocabulary

10th - 12th Grade

10 Qs

The Role of Normalisation

The Role of Normalisation

9th - 12th Grade

9 Qs

AISD: Database Technology Vocabulary

AISD: Database Technology Vocabulary

9th - 12th Grade

10 Qs

SQL review quiz

SQL review quiz

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Robin Opondo

Used 28+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of a DBMS?

Access

Mysql

SQL

All the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does DDL stand for?

Data Definition Language

Data Derived Language

Data dictionary License

All of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following commands is NOT a DML command?

Select

Alter

Delete

Update

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a primary key?

A unique key used to link two table in a relationship

One of the keys in a database table

A key used to uniquely identifying records in a database

All of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a rule for 2NF?

All non-key fields depend on all components of primary key

No non-key field depends upon another

There are no repeating or duplicate fields

Each record is unique

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Used in situations where no one individual field qualifies to be a primary key by its own. It refers to a combination of two or more fields in table that together make the primary key for the table.

Referential Integrity

Primary key

Compound key

Foreign key

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

a relational database concept, which states that table relationships must always be accurate and consistent

Entity reletional diagram

referential integrity

redundancy

foreign key

8.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

a thing, person, place, unit, object or any item about which the data should be captured and stored in the form of properties.

Field

Record

Entity

database