Question
In the following question, four number pairs are given.
In each pair the number on the left side of ( - ) is related to the number of the right side of ( - ) with some Logic/Rule/Relation. Three pairs are similar on basis of same Logic/Rule/Relation. Select the odd one out from the given alternatives. (NOTE: Operations should be performed on the whole numbers, without breaking down the numbers into its constituent digits. E.g. 21 - Operation on 21 such as adding/subtraction/division etc. to 21 can be performed. Breaking down 21 into 2 and 1 and then performing mathematical operations on 2 and 1 is not allowed)Solution
The logic followed here is shown below: 5128 β 3568 = 5128 - 1560 = 3568 6734 - 5174 = 6734 - 1560 = 5174 3478 β 1918 = 3478 - 1560 = 1918 8430 - 6260 = 8430 - 1560 = 6870
Which of the following is a key characteristic that distinguishes a PL/SQL `FUNCTION` from a PL/SQL `PROCEDURE`?
Which SQL statement combines the results of two queries and removes duplicates?
Which SQL clause is used to filter records based on aggregate functions?
Which SQL clause is used to filter results after a GROUP BY operation?
Which of the following statements about SQL `INDEXES` is generally TRUE?
Which SQL clause is used for filtering rows?
Given a table employees(id, dept_id, salary), which query returns departments with average salary greater than overall average across the company?
What is the main function of a PL/SQL `TRIGGER`?
Which join returns rows from the left table even when there is no matching row in the right table, filling with NULLs for the right side?
Which SQL clause is used to group rows?