Search Header Logo
SQL_revision_BN23

SQL_revision_BN23

Assessment

Presentation

Computers

9th - 12th Grade

Practice Problem

Easy

Created by

Brian New

Used 4+ times

FREE Resource

16 Slides • 13 Questions

1

SQL

OCR J277 GCSE

media

2

1 I can understand database terminology

2 I can use the 3 SQL keywords

3 I can answer exam-style questions on SQL

goals

3

Multiple Choice

What is a database?

1

the basic way of storing data types

2

algorithmic thinking, using a flowchart and pseudocode to help design sub-programs

3

a means for programmers to maintain code using defensive design

4

a computational system where data is stored and organised for quick access

4

Fill in the Blanks

Type answer...

5

Open Ended

record

field

table

In clear full-sentences, use the three technical terms above to describe how you think data is arranged in a database.

6

parent company

​name

​score

​Microsoft

​Bing

​9.0

​OpenAI

​ChatGPT

​9.2

​Meta

​LLaMA

​5.0

​Google

​Bard

​5.5

​<- record

​<- field

​table

7

data arranged in a database

media

8

Open Ended

Improve your first description of how data is arranged in a database.

Remember to use the 3 technical terms we saw before.

Challenge: could you use 'data item' too?

9

Multiple Choice

In a database, what is a field?

1

a category, like a column header

2

a single instance or entry

3

a 2D arrangement of data, like an organised list

10

Multiple Choice

In a database, what is a table?

1

a category, like a column header

2

a single instance or entry

3

a 2D arrangement of data, like an organised list

11

Multiple Choice

In a database, what is a record?

1

a category, like a column header

2

a single instance or entry

3

a 2D arrangement of data, like an organised list

12

1 I can understand database terminology

2 I can use the 3 SQL keywords

3 I can answer exam-style questions on SQL

goals

13

parent company

​name

​score

​Microsoft

​Bing

​9.0

​OpenAI

​ChatGPT

​9.2

​Meta

​LLaMA

​5.0

​Google

​Bard

​5.5

​<- record

​<- field

​table

create your own database table about something that interests you

use exactly 3 fields

as many records as you like

can you find real data items?

14

1 I can understand database terminology

2 I can use the 3 SQL keywords

3 I can answer exam-style questions on SQL

goals

15

media

16

media

17

1 I can understand database terminology

2 I can use the 3 SQL keywords

3 I can answer exam-style questions on SQL

goals

18

Multiple Choice

what is the FROM keyword for...?

1

specifies the condition or criteria that results must meet

2

identifies the field or fields the results can come from

3

identifies the table or tables the results can come from

4

any and all results are returned

19

Multiple Choice

what is the SELECT keyword for...?

1

specifies the condition or criteria that results must meet

2

identifies the field or fields the results can come from

3

identifies the table or tables the results can come from

4

any and all results are returned

20

Multiple Choice

what is the WHERE keyword for...?

1

specifies the condition or criteria that results must meet

2

identifies the field or fields the results can come from

3

identifies the table or tables the results can come from

4

any and all results are returned

21

Multiple Choice

what is the * (wildcard) for...?

1

specifies the condition or criteria that results must meet

2

identifies the field or fields the results can come from

3

identifies the table or tables the results can come from

4

any and all results are returned

22

media

​Recreate this worked example but in a more visual or graphical way

media

23

Open Ended

In full-sentences, write a clear guide for how to compose SQL commands using SELECT, FROM, and WHERE.

Challenge: Additionally explain the wildcard character and suggest how nested commands would work.

24

1 I can understand database terminology

2 I can use the 3 SQL keywords

3 I can answer exam-style questions on SQL

goals

26

media
media

27

Open Ended

Question image

28

media
media
media

29

1 I can understand database terminology

2 I can use the 3 SQL keywords

3 I can answer exam-style questions on SQL

goals

SQL

OCR J277 GCSE

media

Show answer

Auto Play

Slide 1 / 29

SLIDE