Q. Create table Department as per following Table Instance Chart.


Table ---



Answer ---

Create table department (
DeptID  int( 2 ) primary key ,
DeptName varchar (20)  Not null
) ;

1 Comments

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

  1. There must be not null constraint along with primary key constraint.

    ReplyDelete

Post a Comment

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

Previous Post Next Post