Question:
Create Buses table
Refer the below schema and create the buses table.
| Column Name | Datatype | Size | Constraint | Constraint name |
| Bus_no | Number | 11 | Primary key | PK_BUSES |
| Bus_name | Varchar2 | 20 | ||
| Type | Varchar2 | 20 | ||
| Total_seats | Number | 11 | ||
| Avail_seats | Number | 11 |
Code:
ConversionConversion EmoticonEmoticon