Home >> MySql >> What is super key in MySql

What is super key in MySql

key + some extraneous attributes.

minimal key for uniquely identify rows.

Example DOB,Name,Marks

Key or superset of key is called superkey.

if n is attributes then 2^n-1 is superkey.

Every key or minimal key is a superkey but reverse is not true.

Post Your Comment

Next Questions
What is candidate key
What is primary key
What is unique key
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

Copyright ©2022 coderraj.com. All Rights Reserved.