Skip to main content

Result Type

[dbo.resultType]

Column nameKeyData typeAllow NULLsDefaultDescription
resultTypeIDPrimary KeyINT
resultTypeVARCHAR(255)

Table Relationships

This table has no foreign keys with any other tables

Where Used

Where is this table referenced and what columns are used? The below table shows that information.

[dbo.resultType]

Parent_schemaNameParent_tableNameParent_columnNameSchematablecolumnconstraint_name
dboresultTyperesultTypeIDdboresultsresultTypeIdFK_Results_ResultTypeID

Example Query

SELECT 
[resultTypeID]
,[resultType]
FROM
[dbo].[resultType]

Example Output

resultTypeIDresultType
1Race Result
2Sprint Race Result