What kind of job does the man prefer
A: Any job with a high salary.
B: An interesting job with an average salary.
C: A boring job with a high salary.
D: An average job with a low salary.
A: Any job with a high salary.
B: An interesting job with an average salary.
C: A boring job with a high salary.
D: An average job with a low salary.
举一反三
- 13. M:Jane, how is your new job? W: Great. They offer a good salary. Question: What can we learn about thewoman’s new job? A: The job is interesting. B: The boss is nice. C: The salary is good. D: The office is nice.
- Is it proper to ask the interviewer “how much the job pays” when the interviewer doesn’t mention the problem of salary? A: Yes. B: No. C: According to your own will. D: It is advised to mention to choose a work with high salary.
- 查询各类别的公司中比该类别最小工资高300元的公司、工资、类别 A: SELECT name, salary, type FROM job AS s1 WHERE salary > (SELECT min(salary) FROM job AS s2 WHERE s1.type = s2.type GROUP BY type) ; B: SELECT name, salary, type FROM job AS s1 WHERE salary > (SELECT min(salary) FROM job AS s2 WHERE s1.type = s2.type ) + 300; C: SELECT name, salary, type FROM job WHERE salary > 300; D: SELECT name, salary, type FROM job AS s1 WHERE salary > (SELECT min(salary) FROM job AS s2 WHERE s1.type = s2.type GROUP BY type) + 300;
- 如果除了月工资,年终还发放全年工资的40%作为年终奖,计算每个公司的年收入( ) A: SELECT name, salary*(12+ salary*12*0.4) FROM job; B: SELECT name, salary*12+ 0.4 FROM job; C: SELECT name, salary*12+ salary*0.4 FROM job; D: SELECT name, salary*12+ salary*12*0.4 FROM job;
- Some women can make a good salary in a job instead of staying at home, but they decided not to work for the sake of the family. A: Some women could have made a good salary in a job B: It should have been a job with good salary for women C: The work should have made some women a good salary D: Some women would make a good salary in a good job