Searching for "Employee."

Q:

A sentence with one blank is given, indicating that something has been omitted. Choose the word that best fits the blank appropriately.

The Board members could not arrive at a _______ regarding the employee.

A) Judgement B) Progress
C) Policy D) Dissent
 
Answer & Explanation Answer: A) Judgement

Explanation:

Judgement means the ability to make considered decisions or come to sensible conclusions. Progress means advancement. Policy means a strategy or an approach. Dissent means lack of approval. Action means activity. The Board members are usually involved in making decisions. Hence, a word that conveys the related meaning should be used to fill the blank. No other word except judgement makes sense in the given context. Hence, 'judgement' is the correct answer.

Report Error

View Answer Report Error Discuss

Filed Under: English

Q:

Write SQL Query to find second highest salary of Employee.

Answer

There are many ways to find second highest salary of Employee in SQL, you can either use SQL Join or Subquery to solve this problem. Here is SQL query using Subquery :


SELECT MAX(Salary) from Employee WHERE Salary NOT IN (select MAX(Salary) FROM Employee );

Report Error

View answer Workspace Report Error Discuss

Subject: SQL

Q:

The function CHECK set to the parameter ABR...

A.provides the Payroll driver with data on the type of program that the schema uses.
B.ensures that Payroll is only run for the employees in a payroll area that has been released for payroll.
C.controls whether the Payroll results are updated on the database.
D.ensures that Payroll is not run for any employee.

Answer

Answer : A , B , C

Report Error

View answer Workspace Report Error Discuss

Subject: SAP HR