a. select e.LastName, e.FirstName from Employees e, Location l where e.LocationID=l.LocationID and l.State='MO';
b.
| LastName | FirstName |
| Fleming | Karen |
| Daniels | Phil |
c. if we need to select the Value dynamically rather than static mode. We have to write the query as
d. because for each employee the minimum salary is greater than 20000. So each and every record in the employee table and their corresponding data will be printed.
| LastName | FirstName | State | EducationRequired | MinimumSalary |
| Lacher | Tom | GA | FourYear Degree | 25000 |
| Fantis | Lauries | MA | Four years Degree | 25000 |
Like this other employees information in the employees is also printed.
Image is not clear that's why it us unable to write whole table.
Date: This is the take home portion of your exam. It is due on the following...