Answer:
The correct option is B,only if it is in writing.
Explanation:
Such promise is not enforceable since one of key elements of enforceable agreement(contract) is missing.
The missing element is that Abner is not getting anything of value in return for the promise to pay for Claudia's trumpet.
The only way to get Abner to fulfill the promise in law parlance is get the promise documented as well as signed by Abner,that can be used as an evidence against Abner in future in order to ensure the promise is fulfilled.
Well if the muslims have any trade with us then that will most likely stop. most could be kicked out and that could start a riat. the economy would be bad but it will not be any worse than what he started with. he have been in the office for less than a week now and has already hit isis countless times. something obama never did. i would say trump's ban on muslims would cause a minor effect on the economy.
Answer:
For such a report , the sql query required would be:
SELECT emp_id, curr_salary, curr_salary*1.03 AS inc_salary FROM Employee;
Explanation:
For such a report , the sql query required would be:
SELECT emp_id, curr_salary, curr_salary*1.03 AS inc_salary FROM Employee;
In the above sql query employee id is emp_id , curr_salary is the current salary column. "curr_salary*1.03" is been made because an increment of 3% means salary + salary*3% , that is , salary*1.03.