PreTrainingSQL

PreTrainingSQL

Professional Development

7 Qs

quiz-placeholder

Similar activities

Nodejs: Database

Nodejs: Database

Professional Development

10 Qs

economics -organisations

economics -organisations

Professional Development

10 Qs

DMart | BPM - Month 2

DMart | BPM - Month 2

Professional Development

8 Qs

SMTP

SMTP

Professional Development

10 Qs

DDL - Create

DDL - Create

Professional Development

10 Qs

ITF - Quiz 6.2 - Input Devices

ITF - Quiz 6.2 - Input Devices

Professional Development

10 Qs

MySQL Webinar

MySQL Webinar

Professional Development

10 Qs

Video 1,2,3

Video 1,2,3

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