[prev] 55 [next]

Queries with MA.Hashing

In a partial match query:
  • values of some attributes are known
  • values of other attributes are unknown
E.g.

select amount
from   Deposit
where  branch = 'Brighton' and name = 'Green'

for which we use the shorthand   (Brighton, ?, Green, ?)