PreTrainingSQL

PreTrainingSQL

Professional Development

7 Qs

quiz-placeholder

Similar activities

Servant Leadership

Servant Leadership

Professional Development

10 Qs

Mystery of Toluna

Mystery of Toluna

Professional Development

7 Qs

AWS Security - Semana 5

AWS Security - Semana 5

Professional Development

10 Qs

Module 5 Employee State Insurance Act, 1948

Module 5 Employee State Insurance Act, 1948

Professional Development

10 Qs

Nodejs: Database

Nodejs: Database

Professional Development

10 Qs

Personal and Professional Development

Personal and Professional Development

Professional Development

10 Qs

Electrical Safety tips for the workplace

Electrical Safety tips for the workplace

Professional Development

10 Qs

mcq1-8

mcq1-8

Professional Development

10 Qs

PreTrainingSQL

PreTrainingSQL

Assessment

Quiz

Professional Development, Computers

Professional Development

Medium

Created by

Keven N Mitchell

Used 15+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What does SQL stand for?

Structured Question Language

Storage Qualifier Language

Structured Query Language

Storage Quantity Limit

2.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Which commands are part of the TCL sublanguage?

INSERT

UPDATE

DELETE

CREATE

ALTER

DROP

COMMIT

ROLLBACK

SAVEPOINT

GRANT

REVOKE

AUDIT

3.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Which commands are part of the DML sublanguage?

INSERT

UPDATE

DELETE

CREATE

ALTER

DROP

COMMIT

ROLLBACK

SAVEPOINT

GRANT

REVOKE

AUDIT

4.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Which commands are part of the DDL sublanguage?

INSERT

UPDATE

DELETE

CREATE

ALTER

DROP

COMMIT

ROLLBACK

SAVEPOINT

GRANT

REVOKE

AUDIT

5.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Which of the following is NOT an SQL sublanguage?

DDL

DML

TCL

DCL

TCP

6.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

SELECT * FROM employees;

What does the above statement return?

nothing

all records from the employees table

the * column from the employees table

a list of column names from the employees table

7.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

which of the following is NOT true about Primary Keys?

Primary Keys are Unique

Primary Keys are not nullable

Primary Keys identify a specific table

Primary Keys identify a specific entry in a table