Question: 3. DATABASE PLEASE TYPE ANSWER Write the DML for the following: Updating a department manager. Inserting a new employee, their salary, title, and department association.
3. DATABASE PLEASE TYPE ANSWER
Write the DML for the following:
Updating a department manager.
Inserting a new employee, their salary, title, and department association.
Insert a new department.
Delete an employee.

salaries emp-no INT (10) salary INT(11 from date DATE to date DATE Indexes titles emp no INT(10 title VARCHAR(50) from date DATE to date DATE Indexes employees emp-no INT(10) LH birth date DATE first name VARCHAR(14) last name VARCHAR(16) gender ENUM (M', F) hire date DATE Indexes dept manager dept no CHAR(40 emp no INT(10) from date DATE to date DATE Indexes dept emp emp no INT(10) dept no CHAR(4) from date DATE to date DATE Indexes dept no CHAR(4) dept name VARCHAR(40) Indexes
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
