Skip to main content

Circuit Direction

[dbo.circuitDirection]

Column nameKeyData typeAllow NULLsDefaultDescription
circuitDirectionIDPrimary KeyINT
circuitDirectionVARCHAR(255)Direction of circuit E.G. Clockwise

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.

Example Query

SELECT 
[circuitDirectionID]
,[circuitDirection]
FROM
[dbo].[circuitDirection]

Example Output

circuitDirectionIDcircuitDirection
1Clockwise
2Anti-clockwise