SQL Basics

SQL Basics

9th - 12th Grade

19 Qs

quiz-placeholder

Similar activities

SQL DDL

SQL DDL

9th - 12th Grade

15 Qs

sql

sql

6th - 9th Grade

24 Qs

Introduction to MySQL

Introduction to MySQL

11th - 12th Grade

15 Qs

SQL Basics

SQL Basics

9th Grade

20 Qs

GCSE Databases & SQL

GCSE Databases & SQL

9th - 11th Grade

14 Qs

SQL Keywords Quiz

SQL Keywords Quiz

11th Grade

20 Qs

SQL Basics for CCEA Digital Tech

SQL Basics for CCEA Digital Tech

9th Grade

20 Qs

SQL Exam

SQL Exam

9th Grade

20 Qs

SQL Basics

SQL Basics

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Quizizz Content

Used 1+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which query would return only DesignerID and Designer from the Designers table?

SELECT * FROM Designers

SELECT DesignerID, Name FROM Designers

SELECT DesignerID AND Designer FROM Designers

SELECT DesignerID, Designer FROM Designers

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does "SQL" stand for?

Structured Question Language

Structured Query Language

Simple Query Language

Simple Question Language

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What would the SQL query do?

Find all the men

Find all of the female writers

Find all of Elgar's friends

Find all the male writers

Find all the fish

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is missing in this SQL query? SELECT * FROM WHERE genre = ‘action’ ORDER BY year ASC;

Missing an AND

Table name

Capitalize action

None of these

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement extracts data from a database?

Extract

Get

Open

Select

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Each field name in a table has a ...

table name and a database

command and an argument

goal and a purpose

name and a data type

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which clause would you use to filter data?

Where

Order by

From

Select

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?