Search Header Logo
Unit 8.5 Querying a database

Unit 8.5 Querying a database

Assessment

Presentation

Computers

11th Grade

Practice Problem

Easy

Created by

Michael Harrington

Used 3+ times

FREE Resource

11 Slides • 16 Questions

1

Unit 8.5 Querying a database

By Michael Harrington

2

media

3

Fill in the Blanks

Show you have read the objectives - fill in the blank

Learn how to query a ?

Type answer...

4

Fill in the Blanks

Show you have read the objectives - fill in the blank

Understand the use of logical ? in framing database queries

Type answer...

5

Fill in the Blanks

Show you have read the objectives - fill in the blank

Perform a query-by-example from given search ?

Type answer...

6

media

7

media

8

media

9

media

10

media

11

Multiple Choice

Comparison operators used in queries

What does this mean?

<

1

Less than

2

Less than or equal to

3

Greater than

4

Not Equal to

5

Greater than or equal to

12

Multiple Choice

Comparison operators used in queries

What does this mean?

>

1

Less than

2

Less than or equal to

3

Greater than

4

Not Equal to

5

Greater than or equal to

13

Multiple Choice

Comparison operators used in queries

What does this mean?

>=

1

Less than

2

Less than or equal to

3

Greater than

4

Not Equal to

5

Greater than or equal to

14

Multiple Choice

Comparison operators used in queries

What does this mean?

<=

1

Less than

2

Less than or equal to

3

Greater than

4

Not Equal to

5

Greater than or equal to

15

Multiple Choice

Comparison operators used in queries

What does this mean?

>

1

Less than

2

Less than or equal to

3

Greater than

4

Not Equal to

5

Greater than or equal to

16

Multiple Choice

Comparison operators used in queries

What does this mean?

<>

1

Less than

2

Less than or equal to

3

Greater than

4

Not Equal to

5

Greater than or equal to

17

media

18

media

19

Open Ended

Question image

Write criteria which will list all the database records for films which have a classification of "R"

20

Open Ended

Question image

Write criteria which will list all the database records for films which have a classification of "R" or have a classification of "U"

21

Open Ended

Question image

Write criteria which will list all the database records for films released by Fox since the year 2000

22

Open Ended

Question image

Write criteria for a query which will list all the films seen that were released before 2006?

year 2006

(Seen is a boolean True or False)

23

Open Ended

Question image

Write criteria for a query which will list all the films that are from the studio "Fox" and the production cost was greater than or equal to $1,000,000

24

media

25

Multiple Choice

Question image

What records would this query select?

1

All from studio Fox or BV and not Seen

2

All from studio Fox or BV

3

All from studio Fox and BV

4

All from studio Fox

5

All from studio BV

26

Multiple Choice

Which selection query would produce the most records?

1) (Production cost($m)>250) AND (Classification = “U”)

2) (Production cost($m)>250) OR (Classification = “U”)

3) (Production cost($m)>250)

4) (Classification = “U”)

1

1) (Production cost($m)>250) AND (Classification = “U”)

2

2) (Production cost($m)>250) OR (Classification = “U”)

3

3) (Production cost($m)>250)

4

4) (Classification = “U”)

27

media
pattern-tertiary

Unit 8.5 Querying a database

By Michael Harrington

Show answer

Auto Play

Slide 1 / 27

SLIDE