H starter - N5 SQL revision

H starter - N5 SQL revision

10th Grade

6 Qs

quiz-placeholder

Similar activities

8525: Databases & SQL

8525: Databases & SQL

10th Grade

10 Qs

CompSci Databases & SQL

CompSci Databases & SQL

10th Grade

10 Qs

Databases - Logic Operators

Databases - Logic Operators

3rd - 12th Grade

10 Qs

SQL SELECT

SQL SELECT

8th - 10th Grade

10 Qs

SQL Queries Recap WB 7/12/20

SQL Queries Recap WB 7/12/20

9th - 10th Grade

10 Qs

National 5 - Databases - Basic SQL

National 5 - Databases - Basic SQL

10th Grade

8 Qs

Access - Lesson 7

Access - Lesson 7

9th - 12th Grade

11 Qs

Base de Datos Consultas

Base de Datos Consultas

10th Grade

10 Qs

H starter - N5 SQL revision

H starter - N5 SQL revision

Assessment

Quiz

Computers

10th Grade

Hard

Created by

G Alexander-Doyle

FREE Resource

6 questions

Show all answers

1.

OPEN ENDED QUESTION

3 mins • 1 pt

One type of query we covered at level 5 was the SELECT FROM query. State the other three types of SQL query you learned about at National 5.

Evaluate responses using AI:

OFF

Answer explanation

At N5 level we learned about SELCT FROM, DELETE, INSERT INTO and UPDATE queries.

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

SQL stands for...

3.

MATCH QUESTION

1 min • 1 pt

Match the operation with the SQL query

Amend record

DELETE

Remove record

INSERT INTO

Search for record(s)

UPDATE

Add record

SELECT FROM

4.

DRAG AND DROP QUESTION

1 min • 1 pt

Complete the SELECT FROM query:

SELECT​ (a)   FROM​ (b)   WHERE​ (c)   ORDER BY​ (d)  

fields to be displayed
table(s)
search criteria
fields to be sorted

5.

DRAG AND DROP QUESTION

1 min • 1 pt

Complete the DELETE FROM query:

DELETE FROM​ (a)   WHERE​ (b)   ;

table
criteria to be met
records
fields

6.

DRAG AND DROP QUESTION

1 min • 1 pt

Complete the UPDATE query:

UPDATE (a)   SET ​ (b)   WHERE​ (c)   ;

table
criteria to be met
field values to be changed
field values to be retained
record(s)