Q. Create the table Employee based un the following table instance chart.


Table --



Answer =

Create table employee (
Id int(8) ,
First_name varchar(25) ,
Last_name varchar(25),
Dept_id  int(8)
) ;

11 Comments

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post