| Table: dbo.Firm_Electronic_Filing_Information | |||
| Columns | |||
| Name | Type | Constraints | Description |
| firm_electronic_filing_information_KEY | int (4) | NOT NULL | Key for the Firm Electronic Filing Information table |
| firm_KEY | int (4) | NOT NULL | Key into the Firm Table |
| ste_state_code_KEY | nvarchar (4) | NOT NULL | Key into the STE State Code Table |
| option_name | nvarchar (40) | NOT NULL | Option name |
| option_value | nvarchar (40) | NOT NULL | Option value |
| Primary key | |||
| Name | Columns | Description | |
| PK_Firm_Electronic_Filing_Information | firm_electronic_filing_information_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Firm_Electronic_Filing_Information$option_name$ste_state_code_KEY | option_name, ste_state_code_KEY | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Firm_Electronic_Filing_Information__Firm__firm_KEY | firm_KEY | Firm (firm_KEY) | |
| FK_Firm_Electronic_Filing_Information__Ste_State_Code__ste_state_code_KEY | ste_state_code_KEY | Ste_State_Code (ste_state_code_KEY) | |