OK refresh my memory....
If I have an ERD showing a composite attribute belonging to the entity "Person", where the composite attribute "Name" consists of two atomic attributes "FirstName" and "LastName"
How does this translate into table structure...or...does it even translate into table structure at all?
If so, then is there anything particular that needs to be done in the DDL to designate this?
If I have an ERD showing a composite attribute belonging to the entity "Person", where the composite attribute "Name" consists of two atomic attributes "FirstName" and "LastName"
How does this translate into table structure...or...does it even translate into table structure at all?
If so, then is there anything particular that needs to be done in the DDL to designate this?