The correct answer is auto loan.
<h2>
Maintain Situational awareness (Option A)</h2>
Explanation:
Option A:
A good leader should have good presence of mind, should be good at acting wisely during critical situation and show is smartness based on the situation. Smart work best works in most of the critical situation.
Option B: No organization makes anyone sole responsible because both victory and defeat needs to be shared by team since everything is team work.
Option C: Discussion is always desired among team member because it is team work and a leader will lead a team.
Option D: Taking multiple job is not so fair unless and until it is measurable and achievable.
unemployment rate increases
Answer: Option B.
<u>Explanation:</u>
Unemployment is the situation when a person is able to work and he is also willing to work at the rate of the wage that is prevailing at that particular period of time but is still not able to find work.
Since Diane is ready to work at the wage rate that is in the market at that time and she is looking for job but still she could not find any job till now, so the rate of the unemployment will increase.
Answer:
The query may still be specified in SQL by using a nested query as follows (not all
implementations may support this type of query):
SELECT DNAME, COUNT (*)
FROM DEPARTMENT, EMPLOYEE
WHERE DNUMBER=DNO AND SEX='M' AND DNO IN ( SELECT DNO
FROM EMPLOYEE
GROUP BY DNO
HAVING AVG (SALARY) > 30000 )
GROUP BY DNAME;
Explanation: