Suppose that a B + - tree index on branch-city is available on relation branch, and that

Question:

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?

a. σ ¬ ((branch-city <“Brooklyn”)(branch)

b. σ ¬ (branch-city=“Brooklyn”)(branch)

c. σ ¬ ((branch-city <“Brooklyn” ∨ assets<5000)(branch)

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

Step by Step Answer:

Related Book For  book-img-for-question

Database System Concepts

ISBN: 978-0072554816

4th Edition

Authors: Henry F. Korth, S. Sudarshan

Question Posted: