The document outlines the creation of a database table named 'route_header' with various fields including Route_id, ROUTE_no, Cat_code, Origin, Destination, Fare, Distance, and Capacity. It specifies the data types for each field, such as int, Varchar, and decimal. Additionally, there is a SQL command to select all records from the 'route_header' table.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
5 views
Create Table route
The document outlines the creation of a database table named 'route_header' with various fields including Route_id, ROUTE_no, Cat_code, Origin, Destination, Fare, Distance, and Capacity. It specifies the data types for each field, such as int, Varchar, and decimal. Additionally, there is a SQL command to select all records from the 'route_header' table.