SQL and Database Concepts Quiz

SQL and Database Concepts Quiz

University

15 Qs

quiz-placeholder

Similar activities

Ministerio Ambiente SQL Avanzado 2

Ministerio Ambiente SQL Avanzado 2

University

15 Qs

Dive in SQL

Dive in SQL

University

20 Qs

DBMS

DBMS

University

20 Qs

DBMS

DBMS

University

20 Qs

SQL and Database Concepts Quiz3

SQL and Database Concepts Quiz3

University

15 Qs

SQL and Database Concepts Quiz1

SQL and Database Concepts Quiz1

University

15 Qs

Pre Test-12

Pre Test-12

University

10 Qs

perancangan database

perancangan database

University

10 Qs

SQL and Database Concepts Quiz

SQL and Database Concepts Quiz

Assessment

Quiz

Engineering

University

Easy

Created by

Tuấn Đình

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ROLLBACK in a database is a ____ statement.

DDL

DML

DCL

TCL

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement should you use to retrieve data from a database table?

Insert

Update

Delete

Select

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be returned when the following SQL is executed: SELECT driver_no, count(*) as num_deliveries FROM DELIVERIES WHERE state = 'MA' GROUP BY driver_no

A listing of all drivers who made deliveries to state = 'MA', sorted by driver number

A listing of each driver who made deliveries to 'MA' and number of deliveries

A count of all deliveries to 'MA' by all drivers

An error message

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

SELECT * FROM A UNION SELECT * FROM B (with different column counts)

All fields of both tables displayed

Returns error: number of rows different

Returns error: number of columns different

All fields from table A displayed

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select invalid type of Trigger.

Select

Insert

Update

Delete

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is NOT an advantage of using Stored Procedures?

Reduce client traffic

Reuse of code

Maintainability

Testing of encapsulated logic

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the WRONG statement.

PL/SQL is Oracle's extension

T-SQL is procedural

Transact-SQL is MS extension

SQL is a procedural language

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?