Table: dbo.Global_Report_Profile
This table holds the primary key, description and report profile type of every global report profile.
Columns
NameTypeConstraintsDescription
global_report_profile_KEYint (4)NOT NULLPrimary key
descriptionnvarchar (200)NOT NULLThe global report profile description
report_profile_type_KEYint (4)NOT NULLThe type of this report profile.
Primary key
NameColumnsDescription
PK_Global_Report_Profileglobal_report_profile_KEY
Unique constraints
NameColumnsDescription
UK_Global_Report_Profile$descriptiondescription
Foreign keys
NameColumnsReferenced tableDescription
FK_Global_Report_Profile__Report_Profile_Type__report_profile_type_KEYreport_profile_type_KEYReport_Profile_Type (report_profile_type_KEY)
Incoming foreign keys
NameColumnsReferencing tableDescription
FK_Global_Report_Profile_Element__Global_Report_Profile__global_report_profile_KEYglobal_report_profile_KEYGlobal_Report_Profile_Element
FK_Firm__Global_Report_Profile__global_report_profile_KEYglobal_report_profile_KEYFirm
FK_Global_Report_Profile_N_Report_Profile__Global_Report_Profile__global_report_profile_KEYglobal_report_profile_KEYGlobal_Report_Profile_N_Report_Profile

Schema diagram