Hi,
I Suppose Primary key and unique key both mean the same .
Primary key is used for unique identification of a row and should not
have null values. There can be only one primary key for a table.
i think another diff b/w pkey and ukey is we can create more than one primary for a table and we cant create more than one ukey for a table is it correct r not.