Relational algebra expression


Write and justify an efficient relational algebra expression that is equivalent to the following given query:

SELECT B1.BANK-NAME
FROM BANK1 AS B1, BANK2 AS B2
WHERE B1.ASSETS > B2.ASSETS AND
B2.BANK-LOCATION = ‘Jamshedpur'

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Relational algebra expression
Reference No:- TGS0533752

Expected delivery within 24 Hours