Consider the following SQL query for our bank database select T.branch-name from branch T, branch S where

Question:

Consider the following SQL query for our bank database select T.branch-name from branch T, branch S where T.assets > S.assets and S.branch-city = “Brooklyn” Write an efficient relational-algebra expression that is equivalent to this query. Justify your choice.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question

Database System Concepts

ISBN: 978-0072554816

4th Edition

Authors: Henry F. Korth, S. Sudarshan

Question Posted: