SQL Quiz

SQL Quiz

12th Grade

10 Qs

quiz-placeholder

Similar activities

Intro to Banking

Intro to Banking

10th - 12th Grade

10 Qs

Marine Corps General Orders

Marine Corps General Orders

KG - Professional Development

11 Qs

 Unit 1-Technology Terminology

Unit 1-Technology Terminology

10th - 12th Grade

13 Qs

Mata pelajaran basis data XII Rpl

Mata pelajaran basis data XII Rpl

12th Grade - University

7 Qs

Amazon Aurora Serverless

Amazon Aurora Serverless

1st - 12th Grade

10 Qs

Army Values (U1C2L7 (old U2C1L3))

Army Values (U1C2L7 (old U2C1L3))

9th - 12th Grade

14 Qs

Mountain Bikes

Mountain Bikes

KG - Professional Development

7 Qs

fellowship in the Church

fellowship in the Church

KG - Professional Development

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?