SQL

SQL

12th Grade

20 Qs

quiz-placeholder

Similar activities

Preguntas sobre SQL

Preguntas sobre SQL

9th - 12th Grade

15 Qs

Web-based Development

Web-based Development

5th Grade - University

15 Qs

Sql Quiz

Sql Quiz

12th Grade

25 Qs

MySQL-Grade XII IP

MySQL-Grade XII IP

12th Grade

20 Qs

SQL 1

SQL 1

11th - 12th Grade

15 Qs

Introduction to MySQL

Introduction to MySQL

11th - 12th Grade

15 Qs

SQL Queries

SQL Queries

12th Grade

25 Qs

Homework - Databases & SQL

Homework - Databases & SQL

10th - 12th Grade

22 Qs

SQL

SQL

Assessment

Quiz

Computers

12th Grade

Medium

Created by

FUAT CALISKAN

Used 126+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What does SQL stand for?

Structured Query Language

Strong Question Language

Structured Question Language

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

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

SELECT

OPEN

GET

EXTRACT

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

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

SAVE AS

UPDATE

MODIFY

SAVE

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

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

DELETE

COLLAPSE

REMOVE

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

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

INSERT NEW

ADD NEW

INSERT INTO

ADD RECORD

6.

MULTIPLE CHOICE QUESTION

2 mins • 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

2 mins • 1 pt

With SQL, how do you select all the columns from a table named "Persons"?

SELECT Persons

SELECT * FROM Persons

SELECT *.Persons

SELECT [all] 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?

Discover more resources for Computers