E-R Model And Relational Algebra

E-R Model And Relational Algebra

University

26 Qs

quiz-placeholder

Similar activities

Revision for Financial Accounting and Reporting

Revision for Financial Accounting and Reporting

University

23 Qs

CH 4

CH 4

University

21 Qs

AIMCC Study Group Substance Review Quiz

AIMCC Study Group Substance Review Quiz

University

21 Qs

Business Ownership & Registration Vocabulary

Business Ownership & Registration Vocabulary

12th Grade - University

25 Qs

BSIT 2B Check up Test

BSIT 2B Check up Test

University

25 Qs

Winter 24 Quiz

Winter 24 Quiz

University

29 Qs

Code of Ethics

Code of Ethics

University

21 Qs

CB Chapter 1 & 2

CB Chapter 1 & 2

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?