SQL and Database Concepts Quiz

SQL and Database Concepts Quiz

University

40 Qs

quiz-placeholder

Similar activities

Prepositions of place

Prepositions of place

University

40 Qs

a an some any

a an some any

6th Grade - University

35 Qs

Figurative Language Review

Figurative Language Review

KG - University

40 Qs

Countable and Uncountable Food

Countable and Uncountable Food

12th Grade - Professional Development

40 Qs

TRẬT TỰ TÍNH TỪ

TRẬT TỰ TÍNH TỪ

2nd Grade - University

45 Qs

2nd partial english A1

2nd partial english A1

University

40 Qs

Chapter 3 unit 2

Chapter 3 unit 2

7th Grade - University

41 Qs

Forniture

Forniture

University

43 Qs

SQL and Database Concepts Quiz

SQL and Database Concepts Quiz

Assessment

Quiz

English

University

Easy

Created by

Thùy Trinh

Used 9+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator combines the result sets of two or more SELECT statements and returns all rows, including duplicates?

UNION

UNION ALL

INTERSECT

EXCEPT

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The most widely used data model today, which organizes data in tables with rows and columns, is the:

Hierarchical Model

Network Model

Relational Model

Object-Oriented Model

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The `BETWEEN` operator is used in a `WHERE` clause to:

Select values that are exactly one of two specified values

Indicate values that fall within a specified range (inclusive)

Select values that are outside a specified range

Compare two string values for partial matches

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the three-schema architecture, which level describes how a record is stored?

External Level

Conceptual Level

Physical Level

View Level

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The `IF UPDATE (column_name)` clause within a trigger allows you to:

Update a specific column when the trigger fires.

Check if a specific column was affected by an UPDATE statement that fired the trigger.

Prevent updates to a specific column.

Define a trigger that only fires when a specific column is updated.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of JOIN selects records that have matching values in both tables?

INNER JOIN

LEFT OUTER JOIN

RIGHT OUTER JOIN

FULL OUTER JOIN

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The `EXISTS` operator is used with a subquery to:

Compare a value to a set of values returned by the subquery

Test for the existence of any record in the subquery's result

Return all records from the subquery

Check if a subquery returns a NULL value

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?