Computer Science
Create the table Department table based on the following table instance chart.
Column Name | ID | Name |
---|---|---|
Data Type | NUMBER | VARCHAR |
Length | 8 | 25 |
Related Questions
Modify the definition of column Grade. Increase its size to 2.
Drop the table Empl.
Populate the table Department with data from table dept. Including only required columns.
Create the table Employee based on the following table instance chart.
Column Name Data Type Length ID NUMBER 8 First_Name VARCHAR 25 Last_Name VARCHAR 25 Dept_ID NUMBER 8