LO9_Lesson 4

LO9_Lesson 4

10th Grade

10 Qs

quiz-placeholder

Similar activities

Mengenal Database

Mengenal Database

9th - 12th Grade

13 Qs

S4 DDD

S4 DDD

10th Grade - University

14 Qs

Database-Quiz-G11

Database-Quiz-G11

9th - 11th Grade

15 Qs

Databases

Databases

3rd - 10th Grade

10 Qs

Manipulating Relational Databases

Manipulating Relational Databases

10th - 12th Grade

10 Qs

GCSE Databases & SQL

GCSE Databases & SQL

9th - 11th Grade

14 Qs

Jobs in ICT

Jobs in ICT

6th - 10th Grade

15 Qs

Bazy danych - SQL

Bazy danych - SQL

9th - 12th Grade

15 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?