PreTrainingSQL

PreTrainingSQL

Professional Development

7 Qs

quiz-placeholder

Similar activities

Control in Management

Control in Management

Professional Development

10 Qs

DBMS SESSION 20

DBMS SESSION 20

Professional Development

8 Qs

FinTech 07-1 SQL

FinTech 07-1 SQL

Professional Development

10 Qs

Haz Com Section 3: Chemical Labels and Lists

Haz Com Section 3: Chemical Labels and Lists

Professional Development

10 Qs

Dataverse Introduction

Dataverse Introduction

Professional Development

10 Qs

Latihan UP Pedagogi Modul 4

Latihan UP Pedagogi Modul 4

Professional Development

10 Qs

SUMATIF - PERANCANGAN PEMBELAJARAN INOVATIF

SUMATIF - PERANCANGAN PEMBELAJARAN INOVATIF

Professional Development

10 Qs

Raise the Customer Service Crossbar

Raise the Customer Service Crossbar

Professional Development

9 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