Question
Select the option in which the numbers are related in
the same way as are the numbers of the following sets. Â (52, 13, 8) (96, 16, 12) Â (NOTE: Operations should be performed on the whole numbers, without breaking down the numbers into its constituent digits. E.g. 13-Operations on 13 such as adding /deleting /multiplying etc. to 13 can be performed. Breaking down 13 into 1 and 3 and then performing mathematical operations on 1 and 3 is not allowed)Solution
The logic followed here is: (1st number ÷ 2nd number) x 2 = 3rd number.  (52, 13, 8) → (52 ÷ 13) × 2 → 4 x 2 = 8  (96, 16, 12) → (96 ÷ 16) × 2 → 6 × 2 = 12  Now, checking the options:  Option (C): (34, 2, 34) → (34 ÷ 2) × 2 → 17 × 2 = 34.  Hence, the correct answer is (C).
Phantom Reads occur when:
In a relational database, which relationship allows multiple records in one table to be associated with multiple records in another table?
Which of the following is a type of database index?
Which of the following is a DML command?
A data warehouse is primarily characterized by which of the following properties?
Consider a `Stack` data structure implemented with `push` and `pop` operations. What is the final state of the stack after the following sequence of ope...
A relation is in 1NF (First Normal Form) if:
You have a Python list of fruits and want to extract a specific sub-list using slicing.
 Complete the missing part of the code to obtain the sub...
If every non-key attribute is functionally dependent on the primary key, the relation will be in
Which type of join returns all rows from the left table and matching rows from the right table?