Can unique index be created on more than one columns

Can unique index be created on more than one columns

The primary keys can be created using more than one column and these are called composite primary keys. Now can we do the same with unique indexes, that is create unique index on a table involving more than one column of the table?

“; ; ; ;