TNPSC-2012-Polytechnic-CS
February 13, 2025GATE-2024-CS1(Forenoon)
February 14, 2025GATE-2024-CS1(Forenoon)
|
Question 22
|
|
R can have a multi-attribute key
|
|
|
R cannot have a foreign key
|
|
|
R cannot have a composite attribute
|
|
|
R cannot have more than one candidate key
|
Composite Attribute: This refers to an attribute in a relation that is composed of multiple sub-attributes. It’s essentially a single attribute that represents a grouping of related information. For instance, if you have an “Address” attribute in a table that includes sub-attributes like “Street”, “City”, “State”, and “Zip Code”, then “Address” is a composite attribute because it contains multiple components.
Composite Attribute: This refers to an attribute in a relation that is composed of multiple sub-attributes. It’s essentially a single attribute that represents a grouping of related information. For instance, if you have an “Address” attribute in a table that includes sub-attributes like “Street”, “City”, “State”, and “Zip Code”, then “Address” is a composite attribute because it contains multiple components.
