AmidamaruZXC

Untitled

Oct 6th, 2020
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.20 KB | None | 0 0
  1. CREATE TABLE `table_2` (
  2.   `Employee_ID` int NOT NULL,
  3.   `Chief_ID` int NOT NULL,
  4.   `Department_ID` int DEFAULT NULL,
  5.   PRIMARY KEY (`Employee_ID`,`Chief_ID`)
  6. ) ENGINE=InnoDB DEFAULT CHARSET=utf8
Add Comment
Please, Sign In to add comment