E-R Model And Relational Algebra

E-R Model And Relational Algebra

University

26 Qs

quiz-placeholder

Similar activities

CFAS

CFAS

University

22 Qs

Types of Credit Review

Types of Credit Review

9th Grade - University

23 Qs

DBMS Mcq - 3

DBMS Mcq - 3

University

25 Qs

Module 13

Module 13

University

21 Qs

Credit and Collection  (Chapter 3)

Credit and Collection (Chapter 3)

University

24 Qs

CHAPTER 7: DATABASE

CHAPTER 7: DATABASE

University

25 Qs

MSA Basics

MSA Basics

University

23 Qs

Financial Accounting and Reporting Quiz Bowl

Financial Accounting and Reporting Quiz Bowl

University

26 Qs

E-R Model And Relational Algebra

E-R Model And Relational Algebra

Assessment

Quiz

Other

University

Hard

Created by

Pragnesh Patel

Used 3+ times

FREE Resource

26 questions

Show all answers

1.

OPEN ENDED QUESTION

30 sec • Ungraded

Enrollment

Evaluate responses using AI:

OFF

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The assignment operator is denoted by
->
<-
=
==

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The _______ operator takes the results of two queries and returns only rows that appear in both result sets.
Union
Intersect
Difference
Projection

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The _________ provides a set of operations that take one or more relations as input and return a relation as an output.
Schematic representation
Relational algebra
Scheme diagram
Relation flow

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
which of the following is correct relational algebra expression for below query: 1 .Select All the accounts records having branch name "Los Agleles"
σ branch_name=“Los Angeles” (account)
Π branch_name=“Los Angeles” (account)
Π (acct_id , branch_name,balance) Account
none of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which of following is the correct relational algebra expression below query? Selects the account IDs of all accounts with a balance of$300 or more
Π acct_id (σ balance≥300 (account))
σ acct_id(Π balance≥300(account))
σ balance≥300 (account))
none of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which of the following is correct relational algebra expression for below query? Listout only the consistent data of both relation Borrower and Loan.
σ borrower.loan_id=loan.loan_id (borrower × loan)
Π borrower.loan_id=loan.loan_id(borrower × loan)
borrower × loan
none of the above

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?