Table: dbo.Export_Text_File_Format_Export_Data | |||
This table lists the data available to be exported from the database. The first entry in this table is special; it indicates that the desired information is not available in our database. | |||
Columns | |||
Name | Type | Constraints | Description |
export_text_file_format_export_data_KEY | int (4) | NOT NULL | Primary key for this table. |
description | nvarchar (100) | NOT NULL | Description of the data available to be exported from the database. For example, 'Check Amount' or 'Check Number'." |
Primary key | |||
Name | Columns | Description | |
PK_Export_Text_File_Format_Export_Data | export_text_file_format_export_data_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Export_Text_File_Format_Export_Data$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Export_Text_File_Format_Column_Definition__Export_Text_File_Format_Export_Data__export_text_file_format_export_data_KEY | export_text_file_format_export_data_KEY | Export_Text_File_Format_Column_Definition |