SQL Quiz - Basic

SQL Quiz - Basic

11th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

SQL Database

SQL Database

12th Grade

20 Qs

U2 SQL

U2 SQL

9th - 12th Grade

21 Qs

Opsummerende databasequiz

Opsummerende databasequiz

11th - 12th Grade

20 Qs

Django-quiz

Django-quiz

5th Grade - University

20 Qs

sql queries - 2

sql queries - 2

12th Grade

20 Qs

Sql Quiz

Sql Quiz

12th Grade

25 Qs

PHP + MySQL

PHP + MySQL

7th Grade - University

25 Qs

SQL Quiz

SQL Quiz

12th Grade

30 Qs

SQL Quiz - Basic

SQL Quiz - Basic

Assessment

Quiz

Computers

11th - 12th Grade

Medium

Created by

Nirender Prakash Singh

Used 122+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does SQL stand for?

Structured Query Language

Structured Question Language

Strong Question Language

Simplified Query Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement is used to create a table in a database?

CREATE DATABASE TAB

CREATE TABLE

CREATE DATABASE TABLE

CREATE DB

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

OPEN

GET

EXTRACT

SELECT

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

MODIFY

SAVE AS

UPDATE

SAVE

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement is used to remove an unwanted record from a table in a database?

ERASE

DELETE

DROP

REMOVE

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

ADD NEW

ADD RECORD

INSERT RECORD

INSERT INTO

7.

MULTIPLE CHOICE QUESTION

45 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

DISPLAY FirstName FROM 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?