Databases

Databases

12th Grade - University

20 Qs

quiz-placeholder

Similar activities

Databases

Databases

9th - 12th Grade

15 Qs

Database starter

Database starter

12th Grade - University

15 Qs

Database

Database

University

15 Qs

A-level  Transaction Processing

A-level Transaction Processing

12th Grade

18 Qs

DATABASE

DATABASE

University

20 Qs

Database Basic Concepts

Database Basic Concepts

11th - 12th Grade

15 Qs

JDBC

JDBC

University

20 Qs

Databases

Databases

10th Grade - University

15 Qs

Databases

Databases

Assessment

Quiz

Computers

12th Grade - University

Medium

Created by

Quizizz 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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?