SQL Quiz

SQL Quiz

Professional Development

23 Qs

quiz-placeholder

Similar activities

MySql conceptos basicos

MySql conceptos basicos

Professional Development

22 Qs

SQL Programming Revision

SQL Programming Revision

Professional Development

20 Qs

Catch up Exam - CBD Database concepts

Catch up Exam - CBD Database concepts

Professional Development

22 Qs

Module 2 Review

Module 2 Review

Professional Development

20 Qs

SQL

SQL

12th Grade - Professional Development

23 Qs

Synergy BCA | Chapter 5

Synergy BCA | Chapter 5

Professional Development

20 Qs

ICTPRG431Session 2 Introduction Database Management Systems Quiz

ICTPRG431Session 2 Introduction Database Management Systems Quiz

Professional Development

22 Qs

MySQL

MySQL

Professional Development

20 Qs

SQL Quiz

SQL Quiz

Assessment

Quiz

Computers

Professional Development

Easy

Created by

Szilvia Bogardi

Used 21+ times

FREE Resource

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does SQL stand for?

Strong Question Language

Structured Query Language

Structured Question Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

EXTRACT

OPEN

SELECT

GET

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

SAVE

SAVE AS

UPDATE

MODIFY

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

DELETE

REMOVE

COLLAPSE

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

INSERT INTO

INSERT NEW

ADD NEW

ADD RECORD

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

With SQL, how do you select a column named "FirstName" from a table named "Persons"?

EXTRACT FirstName FROM Persons

SELECT FirstName FROM Persons

SELECT Persons.FirstName

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

With SQL, how do you select all the records from a table named "Persons" where the value of the column "FirstName" is "Peter"?

SELECT * FROM Persons WHERE FirstName='Peter'

SELECT [all] FROM Persons WHERE FirstName LIKE 'Peter'

SELECT [all] FROM Persons WHERE FirstName='Peter'

SELECT * FROM Persons WHERE FirstName<>'Peter'

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?