answersLogoWhite

0


Best Answer

Attribute composed of multiple components, each with an independent existence

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

AnswerBot

2w ago

A composite attribute in a database is an attribute that can be divided into smaller sub-parts, each representing a distinct property. Instead of storing it as a single value, a composite attribute is broken down into its components to improve data organization and accuracy. This approach helps in reducing redundancy and ensures data integrity within the database.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a Composite attribute relating to database?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Information Science

Discuss the difference between a composite key and a composite attribute.How would each be indicated in an ERD?

Attribute is the property of entity.The composite attribute is like address(where street no,house no,town name all include).Composite key is also an attribute,but only which attribute are work as a unique identifier. Example:> In an ERD if vendor placed with orders then order(order day, order number) vendor(vendor code,vendor address) Here, order and vendor both are entity and order number, vendor code both are Composite key(because those are unique)but vendor address is a Composite attribute and order day(may be not unique)is an attribute only. So, we can conclude that all attribute not Composite key.


Information stored in a column of a database is called a?

Data.


What is key attribute and non key attributes?

A key attribute is an attribute that uniquely identifies a record in a database table. Non-key attributes are attributes that are not used to uniquely identify records, but provide additional information about the data.


What is a database field name?

A database field name is a unique identifier for a particular piece of data within a database table. It helps to organize and distinguish different types of information stored in the database. Each field name typically corresponds to a specific attribute or characteristic of the data being stored.


What is the main purpose of relating data between tables in a database?

The main purpose of relating data between tables in a database is to establish connections between different pieces of information, allowing for efficient querying and retrieval of data. This relationship helps to avoid data duplication and ensures data integrity by enforcing constraints and maintaining consistency across the database.

Related questions

What is a composite attribute?

A composite attribute has multiple components, each of which is atomic or composite.


Discuss the difference between a composite key and a composite attribute.How would each be indicated in an ERD?

Attribute is the property of entity.The composite attribute is like address(where street no,house no,town name all include).Composite key is also an attribute,but only which attribute are work as a unique identifier. Example:> In an ERD if vendor placed with orders then order(order day, order number) vendor(vendor code,vendor address) Here, order and vendor both are entity and order number, vendor code both are Composite key(because those are unique)but vendor address is a Composite attribute and order day(may be not unique)is an attribute only. So, we can conclude that all attribute not Composite key.


What is an attribute and how many types?

An attribute in the database terms is called as fields. A group of fields is known as a record or tuple. Attributes can be either simple or composite and single or multi-valued .


What is complex attribute in dbms?

Complex Attribute: A complex attribute is an attribute that is both composite and multivalued.


What is simple and composite attribute?

the term composite identifier


What is composite attribute?

An attribute that can be broken down into component parts.


What is a complex attribute?

A Complex attribute that is both Composite and Multi valued. Composite and Multivalued attributes can be nested arbitrarily to form a Complex attribute like Address.


What is the prime attribute in a database?

It is an attribute that does not occur in some candidate key.


What is a group of attribute or field in a database?

record


What is the more common name for attribute?

In a database management system (DBMS), an attribute may describe a component of the database, such as a table or a field, or may be used itself as another term for a field. Commonly we can say that an attribute is a "propety" of a database field or its a characteristic or facet of the data field..


What is a simple attribute in dbms?

database simple attritbute


What are some examples of a composite attribute?

A composite attribute consists of a group of values from more than one domain. For example, the Address attribute consists of several domains such as house number, street number, city, country, etc.