Databases

Databases

12th Grade - University

20 Qs

quiz-placeholder

Similar activities

Multimedia Video & Animation

Multimedia Video & Animation

University

20 Qs

Django-quiz

Django-quiz

5th Grade - University

20 Qs

DreamWeaver CS6

DreamWeaver CS6

University

20 Qs

Arduino_Quiz

Arduino_Quiz

12th Grade

20 Qs

Kuis Dadakan ;)

Kuis Dadakan ;)

10th Grade - University

15 Qs

Banco de Dados

Banco de Dados

University - Professional Development

20 Qs

Remedial Informatika

Remedial Informatika

9th - 12th Grade

20 Qs

ASJ_XII_UH1

ASJ_XII_UH1

1st - 12th Grade

15 Qs

Databases

Databases

Assessment

Quiz

Computers

12th Grade - University

Medium

Created by

Wayground Content

Used 148+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The D in ACID stands for durability. What does this mean?

All transactions must be recorded on the database

The database is able to be used by anybody

If somebody drops the storage drive with the database on, it will still function

Once a transaction has been committed, the transactions dependent on this will be completed even if there is a power cut

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

One specific piece of information about a person or thing is called:

Field
File
Record
Table

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Normalisation is:

Removing all necessary data from a database

Organising a database to remove repeated entries and increase the accuracy of the data

Putting fields from different tables into one big database

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Write the code for the following : Return all movies with the word love.

SELECT * FROM movies WHERE name LIKE %love%;
SELECT * FROM movies WHERE name LIKE ‘love’;
SELECT * FROM movies WHERE name LIKE %love;
SELECT * FROM movies WHERE name LIKE ‘%love%’;

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Which data type would be most suitable for Length?

Integer

Float/Double

Boolean

String

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

To be in 2NF:

Any field not relating to the PK is placed in a separate table
The records all relate easily
Each table has a foreign key
There are no redundancies

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is a database?

A piece of software to do calculations
A device to load information onto the computer.
A structured collection of information
A calculator

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?