National 5 - Databases - Basic SQL

National 5 - Databases - Basic SQL

10th Grade

8 Qs

quiz-placeholder

Similar activities

Databases - Logic Operators

Databases - Logic Operators

3rd - 12th Grade

10 Qs

SQL Bronze Award Revision

SQL Bronze Award Revision

9th - 10th Grade

11 Qs

SQL (1)

SQL (1)

10th Grade - University

10 Qs

Pretest 1 PDBMS

Pretest 1 PDBMS

1st - 10th Grade

12 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 2.2 SQL

GCSE 2.2 SQL

9th - 11th Grade

12 Qs

8525: Databases & SQL

8525: Databases & SQL

10th Grade

10 Qs

SQL- Join, Group by, having

SQL- Join, Group by, having

9th - 12th Grade

10 Qs

National 5 - Databases - Basic SQL

National 5 - Databases - Basic SQL

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Andrew Mawston

Used 11+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does SQL stand for?

Systematic Query Language

Systematic Question Language

Structured Query Language

Structured Question Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a query in a database system?

A way to ask questions of the data in the system

A way to input data into the system

A way to delete data from the system

A way to organize data in the system

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you create a query in Microsoft Access?

By typing the query directly into the database table

By using the 'Sort' function to organize the data

By clicking on the 'Filter' button and selecting the data

By clicking on the 'Create' button and choosing 'Query Design'

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'SELECT' keyword do in SQL?

It adds new data to the database

It retrieves data from the database

It updates existing data in the database

It deletes data from the database

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'WHERE' keyword do in SQL?

It groups the results based on a specified column

It sorts the results in ascending order

It filters the results based on a specified condition

It specifies the tables to select data from

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you select specific fields from a table in SQL?

Use the 'FILTER' keyword

Use the 'PICK' keyword

Use the 'SEARCH' keyword followed by the field names

Use the 'SELECT' keyword followed by the field names

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'FROM' keyword in SQL?

It specifies the tables to select data from

It specifies the fields to be displayed in the results

It specifies the conditions for the query

It specifies the order of the results

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'ORDER BY' keyword in SQL?

It specifies the fields to be displayed in the results

It specifies the order of the results

It specifies the tables to select data from

It specifies the conditions for the query