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
NameTypeConstraintsDescription
export_text_file_format_export_data_KEYint (4)NOT NULLPrimary key for this table.
descriptionnvarchar (100)NOT NULLDescription of the data available to be exported from the database. For example, 'Check Amount' or 'Check Number'."
Primary key
NameColumnsDescription
PK_Export_Text_File_Format_Export_Dataexport_text_file_format_export_data_KEY
Unique constraints
NameColumnsDescription
UK_Export_Text_File_Format_Export_Data$descriptiondescription
Incoming foreign keys
NameColumnsReferencing tableDescription
FK_Export_Text_File_Format_Column_Definition__Export_Text_File_Format_Export_Data__export_text_file_format_export_data_KEYexport_text_file_format_export_data_KEYExport_Text_File_Format_Column_Definition

Schema diagram