SQL and Database Concepts Quiz

SQL and Database Concepts Quiz

University

15 Qs

quiz-placeholder

Similar activities

Measurement & Measuring Instruments Quiz

Measurement & Measuring Instruments Quiz

University

15 Qs

Semana 9

Semana 9

University

10 Qs

Pre-Final Exam in OOP

Pre-Final Exam in OOP

University

10 Qs

Strings in python

Strings in python

University

10 Qs

Input & Output Interfacing Raspberry Pi Pico

Input & Output Interfacing Raspberry Pi Pico

University

10 Qs

FUNDAMENTALS OF BIOMETRIC SECURITY Module 1

FUNDAMENTALS OF BIOMETRIC SECURITY Module 1

University

20 Qs

C classroom activity 8.4.25

C classroom activity 8.4.25

University

20 Qs

Quiz Round For Group 1

Quiz Round For Group 1

University

20 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?