Skip to main content

Seasons

[dbo.seasons]

Column nameKeyData typeAllow NULLsDefaultDescription
yearPrimary KeyINT0Primary key e.g. 1950
urlVARCHAR(2048)Season Wikipedia page

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.seasons]

Parent_schemaNameParent_tableNameParent_columnNameSchematablecolumnconstraint_name
dboseasonsyeardbodriverNumbersseasonPK_driverNumbers_season
dboseasonsyeardboracesyearFK_Races_Year

Example Query

SELECT 
[year]
,[url]
FROM
[dbo].[seasons]

Example Output

yearurl
1950http://en.wikipedia.org/wiki/1950_Formula_One_season
1951http://en.wikipedia.org/wiki/1951_Formula_One_season