E-R Model And Relational Algebra

E-R Model And Relational Algebra

University

26 Qs

quiz-placeholder

Similar activities

Types of Credit Review

Types of Credit Review

9th Grade - University

23 Qs

Ch3 Relational Database Model Quiz 4

Ch3 Relational Database Model Quiz 4

University

30 Qs

MSA Basics

MSA Basics

University

23 Qs

Elements of Financial Statements

Elements of Financial Statements

University

21 Qs

ITCC115-Quiz

ITCC115-Quiz

University

30 Qs

mkd1013 e182

mkd1013 e182

University

30 Qs

CHAPTER 6 BORROWING BASICS

CHAPTER 6 BORROWING BASICS

University

30 Qs

CUBA TRY JAWAB

CUBA TRY JAWAB

University

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