Start learning 50% faster. Sign in now
To get the third-highest salary, the query SELECT salary FROM Employee ORDER BY salary DESC LIMIT 1 OFFSET 2; fetches the salary value after skipping the top two highest salaries. The outer query ensures that we only get the third-highest salary. Why Other Options are Wrong: a) Incorrect usage of LIMIT; it should be OFFSET 2 instead of LIMIT 2, 1. b) This would return multiple rows or result in an error. c) DISTINCT is unnecessary and could result in wrong data if multiple employees have the same salary. e) This query would return the first three salaries in ascending order, not the third-highest.
Statements: A > C = E > G, G > J ≥ L = N
Conclusion:
I. A > L
II. A ≥ N
In the question, assuming the given statements to be true, find which of the conclusion (s) among given two conclusions is/are definitely true and then...
Statements: R ≥ S > T; U < V ≤ T; V > W
Conclusions:
I. R > V
II. W < S
III. T > W
Statements: M ≤ N; O < R; O = N; S ≥ Q; N > S
Conclusions:
(i) Q < M
(ii) N ≥ Q
(iii) M > R
...Statements: E > O, S < Z, O ≤ S
Conclusions:
I. E < S
II. O < Z
In the question, assuming the given statements to be true, find which of the conclusion(s) among given three conclusions is/are definitely true and the...
In the question, assuming the given statements to be true, find which of the conclusion (s) among given three conclusions is /are definitely true and t...
Statements: H > N = F ≤ P ≤ T ≥ O ≥ E
Conclusions:
I. H < P
II. F > O
III. P ≥ E
Statements: V > P < L = O, R > N; Q > V > R
Conclusions:
I. R > L
II. Q > N
III. L > N
Statements: N = Q < X ≤ L, L > T = G ≥ E
Conclusions:
I. L ≥ Q
II. G > X
III. L > N