branch(branch_name, branch.city, assets) customer (customer-name, customer-street, customercity) loan (loan_number, branch_name, amount) borrower (customer_name, loan-number) account (account_number,...


Consider the bank database of Figure 15.14, where the primary keys are underlined. Suppose that a B+-tree index on branch city is available on relation
branch, and that no other index is available. List different ways to handle the
following selections that involve negation: σ
¬(branch_city<>(branch)


branch(branch_name, branch.city, assets)<br>customer (customer-name, customer-street, customercity)<br>loan (loan_number, branch_name, amount)<br>borrower (customer_name, loan-number)<br>account (account_number, branchname, balance)<br>depositor (customer_name, account_number)<br>Figure 15.14 Bank database.<br>

Extracted text: branch(branch_name, branch.city, assets) customer (customer-name, customer-street, customercity) loan (loan_number, branch_name, amount) borrower (customer_name, loan-number) account (account_number, branchname, balance) depositor (customer_name, account_number) Figure 15.14 Bank database.

Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here