Person Name Attribute
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
	
A Person Name Attribute is a Data Attribute that can hold a Person Name.
- Context:
- It can be a Composite Data Attribute.
- It can be associated to a Person Table.
 
- Example(s):
- Person_Name CHAR(100).
- Person_First_Name CHAR(50), Person_Middle_Name CHAR(50), Person_Last_Name CHAR(50), Person_Name_Prefix CHAR(50), Person_Name_Suffix CHAR(50)., a Composite Data Attribute.
 
- See: Name Attribute.