Search Header Logo
SQL 2

SQL 2

Assessment

Presentation

Computers

9th - 10th Grade

Practice Problem

Medium

Created by

Sam James

Used 4+ times

FREE Resource

6 Slides • 9 Questions

1

SQL 2

2

Multiple Choice

What does SQL stand for?

1
Structured Query List
2
Simple Query Language
3
Standard Query Language
4
Structured Query Logic
5
Structured Query Language

3

Multiple Choice

What are the 3 key words to remember?

1

Sense, and, sensibility

2
Focus, Clarity, Action
3

Select, From, Where

4

Grand, Theft, Auto

5

Select, Command,

Delete

4

SELECT

The SELECT statement is used to select data from a database.

media

5

Dropdown

SELECT selects the ​
of the table, that the user wants to display

6

Fill in the Blanks

Type answer...

7

FROM

FROM is the name of the table you are using.

8

Multiple Choice

Question image

What is the tables name

1
Scoreboard
2
Analysis Sheet
3
Output Chart
4
Data Summary
5
Result Table

9

Multiple Choice

Question image

What is the tables name?

1
Table E
2
Table C
3
Table A
4
Table D
5
Table B

10

Multiple Select

Question image

What SQL statement is correct?

1

SELECT * FROM scones;

2

SELECT * FROM Sc0res;

3

SELECT * FROM scores;

4

SELECT * FROM Scores;

11

SELECT (Specific)

SELECT * selects all the columns but what if I wanted to select certain columns!

12

Open Ended

What will happen?


SELECT CustomerID, CustomerName, Address, City, PostalCode

FROM Customers;

13

media

14

Open Ended

Question image

Write a SQL statement that Shows P_ID, and the place.

SQL 2

Show answer

Auto Play

Slide 1 / 15

SLIDE