SQL Quiz - Basic

SQL Quiz - Basic

11th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

Database SQL

Database SQL

1st - 12th Grade

20 Qs

Mysql set 1

Mysql set 1

9th - 12th Grade

21 Qs

PHP + MySQL

PHP + MySQL

7th Grade - University

25 Qs

TestOut CompTIA ITF Databases 20 Questions

TestOut CompTIA ITF Databases 20 Questions

10th - 12th Grade

20 Qs

SQL

SQL

12th Grade

20 Qs

SQL Keywords Quiz

SQL Keywords Quiz

11th Grade

20 Qs

My SQL- DDL

My SQL- DDL

11th Grade - Professional Development

20 Qs

MYSQL

MYSQL

11th Grade

30 Qs

SQL Quiz - Basic

SQL Quiz - Basic

Assessment

Quiz

Computers

11th - 12th Grade

Medium

Created by

Nirender Prakash Singh

Used 123+ 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?