SQL

SQL

University

20 Qs

quiz-placeholder

Similar activities

SQL Basics

SQL Basics

University

20 Qs

SQL_2

SQL_2

University

20 Qs

SQL Exam

SQL Exam

University

19 Qs

Exception handling -oracle plsql

Exception handling -oracle plsql

University

15 Qs

JDBC

JDBC

University

20 Qs

SQL Essential

SQL Essential

University

18 Qs

PL SQL

PL SQL

University - Professional Development

20 Qs

MB-3

MB-3

1st Grade - University

20 Qs

SQL

SQL

Assessment

Quiz

Computers

University

Medium

Created by

Hitesh Grewal

Used 203+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does SQL stand for?

Structured Query Language

Strong Question Language

Structured Question Language

Strong Query Language

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

OPEN

SELECT

EXTRACT

GET

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

DELETE

COLLAPSE

DROP

REMOVE

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

MODIFY

SAVE AS

SAVE

UPDATE

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

SELECT FirstName FROM Persons

SELECT Persons.FirstName

SELECT Persons Where FirstName

SELECT Persons From FirstName

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

ADD RECORD

INSERT INTO

ADD NEW

INSERT NEW

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

SELECT [all] FROM Persons

SELECT Persons

SELECT * FROM Persons

SELECT Persons 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?