• Simple View• Complex ViewWhat is the difference between Primary key and unique key?Primary key does not allow the null values but unique key allows one null value.Primary key will create clustered index on column but unique key will create non-clustered index by default.How can you ...