SQL and Database Concepts Quiz

SQL and Database Concepts Quiz

University

40 Qs

quiz-placeholder

Similar activities

What is an element, atom, and molecule?

What is an element, atom, and molecule?

5th Grade - University

42 Qs

ICT сессия 2

ICT сессия 2

University

35 Qs

IELTS WRITING TASK 1

IELTS WRITING TASK 1

University

41 Qs

GET READY FOR STARTERS - UNIT 1 - PREPOSITION

GET READY FOR STARTERS - UNIT 1 - PREPOSITION

2nd Grade - University

40 Qs

ela first

ela first

KG - Professional Development

36 Qs

Vocabulary Unit 1 - Music

Vocabulary Unit 1 - Music

12th Grade - University

45 Qs

B&R Chapter 3, pgs. 22-55

B&R Chapter 3, pgs. 22-55

University

37 Qs

countable and uncountable food

countable and uncountable food

12th Grade - Professional Development

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