| Aggregate group members who are not stored as a client in the database |
| form_1094c_aggregate_group_member_outside_database_KEY | int (4) | NOT NULL | Primary key for table. |
| form_1094c_aggregate_group_KEY | int (4) | NOT NULL | Primary key of the form 1094c Aggregate group associated with outside aggregate group member. |
| name | nvarchar (100) | | It is use to store name of aggregate group member who was not stored as a client in the database. ["BR"] It allows null values because User may not enter any value. It can be null and empty.["BR"] User may not know that information at the time of entering it. |
| ein | nvarchar (22) | | It is use to stroe ein of aggregate group member who was not stored as a client in the database.["BR"] It allows null values because User may not enter any value. It can be null and empty.["BR"] User may not know that information at the time of entering it. |
| average_full_time_employees | int (4) | | It is use to store average full time employees for aggregate group member who was not stored as a client in the database.["BR"] It allows null values because User may not enter any value. |