SQL and Database Concepts Quiz

SQL and Database Concepts Quiz

University

15 Qs

quiz-placeholder

Similar activities

Hypothesis Testing Quiz

Hypothesis Testing Quiz

University

14 Qs

Java MCQ Test Day-2

Java MCQ Test Day-2

University

20 Qs

Data Science Quizz

Data Science Quizz

University

14 Qs

Untitled Quiz

Untitled Quiz

University

15 Qs

Code Blitz 40

Code Blitz 40

University

15 Qs

Post Quiz on PID Controllers

Post Quiz on PID Controllers

University

10 Qs

FUNDAMENTALS OF BIOMETRIC SECURITY Module 2

FUNDAMENTALS OF BIOMETRIC SECURITY Module 2

University

10 Qs

Post Test-12

Post Test-12

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?