LO9_Lesson 4

LO9_Lesson 4

10th Grade

10 Qs

quiz-placeholder

Similar activities

Databases

Databases

3rd - 10th Grade

10 Qs

Manipulating Relational Databases

Manipulating Relational Databases

10th - 12th Grade

10 Qs

Databases

Databases

10th Grade - University

15 Qs

J277 - 2.2 - The use of SQL to search for data

J277 - 2.2 - The use of SQL to search for data

10th Grade - University

10 Qs

GCSE Databases & SQL

GCSE Databases & SQL

9th - 11th Grade

14 Qs

Database ICT Revision

Database ICT Revision

9th - 10th Grade

8 Qs

1. Flat File & Relational Databases

1. Flat File & Relational Databases

10th Grade

10 Qs

EA2 Ch5.2-5 Database Structure and Design

EA2 Ch5.2-5 Database Structure and Design

10th Grade

12 Qs

LO9_Lesson 4

LO9_Lesson 4

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Samantha Cassia

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Symbol means "All"

*

&

%

!

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Return all dramas made after 2004.
SELECT * FROM movies WHERE genre = 'drama';
SELECT * FROM movies WHERE genre = 'drama' AND year > 2004;
SELECT * FROM movies WHERE genre = "drama' AND year < 2004;
SELECT * FROM movies WHERE imdb_rating = 7 AND LIMIT = 7

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A database can be stored on a computer or paper-based (manual)

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a database for an online shopping company, all the information about a single customer would be stored as a ...

Field

Record

Relationship

Table

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a database for an online shopping company, all the customer information would be stored as a ...

Field

Record

Relationship

Table

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a database for an online shopping company, do you think that an email address can be used as a primary key in the customer table?

True

False

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

In the table shown, which field is likely to be the primary key?

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?