Suppose that we try to run the following SQL statement on th…

Suppose that we try to run the following SQL statement on this database. INSERT INTO WorksFor(employee_SSN, employer_tax_ID) VALUES(‘123456789’, ‘111122223333’) Assuming that this statement runs successfully, what will the value of salary be for the resulting row of the WorksFor table?