Employee - Department Constraints Exercise
Employee - Department Database
Given the following relations:

- Write down some reasonable constraints given the data shown.
- Given your constraints, which of the following are permissible? If an operation is not permissible, why is it not?
- Update
SalaryforJohn Smithto"100K". - Update
BdateforJennifer WallacetoFebruary 29, 1980. - Update
SSNforAhmad Jabbarto123456789. - Update
DnoforAlicia Zelayato2. - Insert into
DEPT_LOCATIONSthe tuple<3, "Marietta">. - Update
Super_ssnforJames Borgto8675309. - Update
Super_ssnforJohn SmithtoNULL. - Delete the
Researchdepatment from theDEPARTMENTrelation.