DBMS Relational Algebra & Calculus Quiz 4

DBMS Relational Algebra & Calculus Quiz 4

University

20 Qs

quiz-placeholder

Similar activities

Introduction to Database

Introduction to Database

University

20 Qs

Relational Algebra and Calculus

Relational Algebra and Calculus

University

20 Qs

Database Management Systems Unit II Quiz

Database Management Systems Unit II Quiz

University

20 Qs

Databases

Databases

10th Grade - University

15 Qs

PHP + MySQL

PHP + MySQL

7th Grade - University

25 Qs

Week 4 - Module 2 / Unit 4 / Using Databases

Week 4 - Module 2 / Unit 4 / Using Databases

University

20 Qs

DBMS

DBMS

University

20 Qs

DWM Quiz (III Yr-CSE) - 17/04/2020

DWM Quiz (III Yr-CSE) - 17/04/2020

University

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