SQL Quiz

SQL Quiz

12th Grade

10 Qs

quiz-placeholder

Similar activities

SQL Queries -Functions

SQL Queries -Functions

11th - 12th Grade

10 Qs

Disney Movies

Disney Movies

KG - Professional Development

13 Qs

Intro week

Intro week

9th - 12th Grade

11 Qs

Quizziz Practice

Quizziz Practice

KG - 12th Grade

13 Qs

Sprawdzian z MongoDB

Sprawdzian z MongoDB

12th Grade

10 Qs

To All The Boys I've Loved Before

To All The Boys I've Loved Before

5th - 12th Grade

8 Qs

IV. Database

IV. Database

KG - 12th Grade

10 Qs

Market Research Review

Market Research Review

9th - 12th Grade

10 Qs

SQL Quiz

SQL Quiz

Assessment

Quiz

Other

12th Grade

Medium

Created by

Arjay Establecida

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does SQL stands for?

Structured Query Language

Strong Query Language

Structure Question Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement is used to extract data from a database?

OPEN

SELECT

EXTRACT

GET

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement is used to update data from a database?

UPDATE

SAVE

SAVE AS

MODIFY

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement is used to delete data from a database?

DELETE

REMOVE

COLLAPSE

FORMAT

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement is used to insert new data to a database?

ADD RECORD

ADD NEW

INSERT INTO

INSERT NEW

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

With SQL, how do you select a column named “Firstname” from a table named “Persons”?

SELECT Persons.Firstname;

EXTRACT Firstname FROM Persons;

SELECT Firstname FROM Persons;

EXTRACT Persons.Firstname;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you select all the columns from a table named “Persons”?

SELECT [all] FROM Persons;

SELECT *.Persons;

SELECT * FROM Persons;

SELECT Persons;

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?