Question
Rs. 21,000 is split between 'P', 'Q', and 'R' such that
one-third of P’s share equals 25% of Q’s share, and equals one-seventh of R’s share. Find R's share.Solution
ATQ, Let shares of ‘P’, ‘Q’ and ‘R’ be Rs. ‘p’, Rs. ‘q’ and Rs. ‘r’, respectively. So, (p/3) = (q/4) = (r/7) So, ratio of share of ‘P’, ‘Q’ and ‘R’ = 3:4:7 Sum of the parts = 3+4+7 = 14 So, share of ‘Chintu’ = (7/14) × 21,000 = Rs.10500
Which of the following statements about SQL `INDEXES` is generally TRUE?
What is the main function of a PL/SQL `TRIGGER`?
Which SQL keyword is used to remove duplicate records from a query result?
In normalization, which normal form removes transitive dependencies?
Which of the following is a key characteristic that distinguishes a PL/SQL `FUNCTION` from a PL/SQL `PROCEDURE`?
Which index type is most beneficial for queries that use range predicates (e.g., WHERE age BETWEEN 20 AND 30)?
Which SQL constraint ensures that a column’s values are unique across the table?
Which SQL clause is used for filtering rows?
What is the correct sequence of operations for using an explicit PL/SQL cursor?
Which of the following SQL constructs avoids returning duplicate rows?