Databases

Databases

12th Grade - University

20 Qs

quiz-placeholder

Similar activities

Introduction to Database

Introduction to Database

University

20 Qs

8525 AQA  GCSE Computer Science 3.7.1 Relational databases

8525 AQA GCSE Computer Science 3.7.1 Relational databases

7th - 12th Grade

16 Qs

A-level  Transaction Processing

A-level Transaction Processing

12th Grade

18 Qs

Databases and Normalisation

Databases and Normalisation

12th Grade

20 Qs

Intro to Microsoft Access

Intro to Microsoft Access

10th - 12th Grade

20 Qs

AACS3013 Quick Revision C1-C3

AACS3013 Quick Revision C1-C3

University

20 Qs

Lesson 1 and 2 Quiz

Lesson 1 and 2 Quiz

University

20 Qs

Ch5_Database Transaction Management

Ch5_Database Transaction Management

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?