- index_lookup(twitter_account_handle,
'RealReneMagritte'): Search the index for the key.
- index_lookup returns an iterator over the rows with handle =
'RealReneMagritte'.
- We know that the number of such rows is 0 or 1, because
the index is unique.
- No need to test the condition with an if.