DBMS Relational Algebra & Calculus Quiz 4

DBMS Relational Algebra & Calculus Quiz 4

University

20 Qs

quiz-placeholder

Similar activities

Exploring Database Management Concepts

Exploring Database Management Concepts

University

15 Qs

Chapt.5 - Relational Database Model

Chapt.5 - Relational Database Model

University

20 Qs

DBMS - Introduction

DBMS - Introduction

University

20 Qs

BA IT 2 - Weekly Output 9

BA IT 2 - Weekly Output 9

University

20 Qs

Temu Balik Informasi

Temu Balik Informasi

University

17 Qs

Clzr

Clzr

University

18 Qs

Database Management Systems Unit I Quiz

Database Management Systems Unit I Quiz

University

20 Qs

Testout ITF Databases

Testout ITF Databases

9th Grade - Professional Development

20 Qs

DBMS Relational Algebra & Calculus Quiz 4

DBMS Relational Algebra & Calculus Quiz 4

Assessment

Quiz

Computers

University

Hard

Created by

Nikhil govil

Used 181+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Relational Algebra is a __________ query language that takes two relations as input and produces another relation as an output of the query.

Relational

Structural

Procedural

Fundamental

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is used to denote the selection operation in relational algebra?

Pi

Sigma

Lambda

Omega

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

For select operation the ________ appear in the subscript and the ___________ argument appears in the paranthesis after the sigma.

Predicates, relation

Relation, Predicates

Operation, Predicates

Relation, Operation

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The ___________ operation, denoted by −, allows us to find tuples that are in one relation but are not in another.

Union

Set Difference

Division

Intersection

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which is a join condition contains an equality operator:

Equi Join

Cartesian

Natural

Left

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In precedence of set operators, the expression is evaluated from

Left to Right

Right to Left

From user specification

Left & Right both in parallel

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Find the ID, name, dept name, salary for instructors whose salary is greater than $80,000

{t | t ε instructor ∧ t[salary] > 80000}

Э t ∈ r (Q(t))

{t | Э s ε instructor (t[ID] = s[ID]∧ s[salary] > 80000)}

None of these

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?