-- Employees table CREATE TABLE employee ( employ_id INT AUTO_INCREMENT PRIMARY KEY, employ_name VARCHAR(100) NOT NULL, role VARCHAR(50), salary DECIMAL(10,2) ) ENGINE=InnoDB; -- Branch table CREATE ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results