[Question posted by a user on YugabyteDB Community Slack]
Question about UNIQUE
keyword. I can create an index with unique keyword inside, like:
CREATE unique INDEX warehouse_idx ON orders (warehouse_id);
But I do not see this opportunity in the documentation. This is confusing.