Home >> MySql >> What is unique key in MySql

What is unique key in MySql

1-Unique key is one or more columns in a table used for uniquely identify every row in the table.

2-Unique key will not allow duplicates values.

3-More than one Unique key in a table.

4-Unique key cannot be LONG data types.

5-Unique index created automatically.

Post Your Comment

Next Questions
What is foreign key
What is join
What is cross join
What is natural join
What is outer join
What is self join
What is aggregate function
COUNT(*) aggregate function
AVG() aggregate function
MIN() aggregate function
MAX() aggregate function
SUM() aggregate function
STDED() aggregate function
CONCAT() function
GROUP_CONCAT() function
CONCAT_WS() function
CHECKSUM_AGG() aggregate function
ABS(n) aggregate function
POWER(m,n) aggregate function
ROUND() aggregate function
SQRT() aggregate function
GREATEST() aggregate function
LEAST() aggregate function
EXP() aggregate function
EXTRACT() aggregate function

Copyright ©2022 coderraj.com. All Rights Reserved.