• create unique index: Create an index that enforces uniqueness on the key.

  • twitter_account_handle: Name of the index. Useful in case we need to refer to the index later, (e.g. to drop it).

  • twitter_account(...): The table being indexed.

  • (handle): The column(s) being indexed.