Search Header Logo

E-R Model And Relational Algebra

Authored by Pragnesh Patel

Other

University

Used 3+ times

E-R Model And Relational Algebra
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?