Types of attributes (160210107054)

ajay_483 1,499 views 7 slides Oct 05, 2017
Slide 1
Slide 1 of 7
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7

About This Presentation

types of attributes


Slide Content

Types Of Attributes Prepared by :- Ajay Umath (160210107054) Computer Eng. (GEC Bhavnagar)

Attributes An entity is represented by a set of attributes, that is descriptive. Graphical representation of attribute is ellipse. Example :- Customer = ( Customer_Name,Customer_ID Customer_Street,Customer_City) Loan = (loan_no,loan_amount)

Attribute Types Simple and Composite attributes If the attributs are not divided into subparts is called simple. If the attributs are divided into subparts is called Composite. Example : Simple - Salary, Balance Composite - Name Single Attributes Single data value for particular entity that describe entity itself is defined by Single attributes. Example : ID

Composite Attributes Name First_name middle_initial last_name

Attribute Types Multi-Valued attributes A multivalued attribute is one that holds multiple values for a Single entity. Example : Derived attributes The value for derived attribute can be derived from the values Of other related attributes. Phone_no

Derived Attributes Stored or Base attribute Birth_date Current_date Age

Thank You