HomeTable Creation and Data Manipulation Commands Create table Department as per following Table Instance Chart. 1 Comments Facebook Twitter 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) ;
There must be not null constraint along with primary key constraint.
ReplyDeletePost a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )