SQL Basics

SQL Basics

Assessment

Flashcard

Computers

9th - 12th Grade

Easy

Created by

Tiffany Jones

Used 1+ times

FREE Resource

Student preview

quiz-placeholder

19 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What does "SQL" stand for?

Back

Structured Query Language

2.

FLASHCARD QUESTION

Front

Which statement extracts data from a database? Options: Extract, Get, Open, Select

Back

Select

3.

FLASHCARD QUESTION

Front

Which clause would you use to filter data? Options: Where, Order by, From, Select

Back

Where

4.

FLASHCARD QUESTION

Front

What is the symbol for 'less than or equal to'?

Back

<=

5.

FLASHCARD QUESTION

Front

Which word is missing from this SQL statement? Select * table_name Options: With, Where, From, And

Back

From

6.

FLASHCARD QUESTION

Front

How to select all rows from the "Designer" table?

Back

SELECT * FROM Designer

7.

FLASHCARD QUESTION

Front

How to script a SQL query to select "Description" from the Item table?

Back

SELECT Description FROM Item

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?