Introduction to SQL Quiz

Introduction to SQL Quiz

University

11 Qs

quiz-placeholder

Similar activities

Roblox

Roblox

KG - Professional Development

12 Qs

Meme Quiz

Meme Quiz

1st Grade - Professional Development

8 Qs

Driving Theory Test: Alertness

Driving Theory Test: Alertness

KG - Professional Development

10 Qs

Conditional Statements : Quiz - 4

Conditional Statements : Quiz - 4

University

12 Qs

Quiz

Quiz

University

10 Qs

DOP Partners Engagement Day

DOP Partners Engagement Day

University

15 Qs

BUMANTARA CULTURAL SHARING SESSION DAY 1 QUIZ

BUMANTARA CULTURAL SHARING SESSION DAY 1 QUIZ

University

10 Qs

SENADA

SENADA

KG - Professional Development

10 Qs

Introduction to SQL Quiz

Introduction to SQL Quiz

Assessment

Quiz

Other

University

Practice Problem

Hard

Created by

LioS LioS

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to add new rows to a table?

INSERT

SELECT

UPDATE

DELETE

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax for inserting values into a table?

INSERT INTO table_name (columns) VALUES (values);

INSERT INTO table_name VALUES (values);

INSERT table_name (columns) VALUES (values);

INSERT table_name VALUES (values);

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you retrieve all columns from a table?

SELECT * FROM table_name;

SELECT columns FROM table_name;

SELECT ALL FROM table_name;

SELECT table_name;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What operator is used with SELECT to retrieve unique values?

DISTINCT

UNIQUE

FILTER

WHERE

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the WHERE clause in SQL?

To filter rows based on criteria

To sort the results

To group rows

To join tables

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the LIKE operator do in SQL?

Matches a string pattern

Filters numeric values

Retrieves unique values

Sorts results

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax for checking if a column is NULL?

SELECT columns FROM table_name WHERE column IS NULL;

SELECT columns FROM table_name WHERE column = NULL;

SELECT columns FROM table_name WHERE column IS EMPTY;

SELECT columns FROM table_name WHERE column NOT NULL;

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?