Question
A and B are at present in the ratio 10:7. The ratio of A
after 30 years to B 9 years ago equals 5:1. If Cβs present age is 33β % less than (A+B) now, calculate Cβs current age.Solution
ATQ, Let present ages of A and B be 10x and 7x years. (10x + 30)/(7x - 9) = 5/1 β 10x + 30 = 35x - 45 β 25x = 75 β x = 3 Sum = 10x + 7x = 17x = 51 Therefore, C = (2/3) Γ 51 = 34 years
Which SQL command is used to modify existing records in a table?
A materialized view differs from a normal view because it:
Which of the following is a key characteristic that distinguishes a PL/SQL `FUNCTION` from a PL/SQL `PROCEDURE`?
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 type of index physically reorders the data rows in the table itself based on the index key, meaning the data is stored in the order of the index?
SQL Injection can be prevented by all EXCEPT:
What is an SQL `VIEW`?
Deadlock in DBMS can be prevented using:
What is the primary purpose of a `SEQUENCE` in SQL?
Which SQL statement combines the results of two queries and removes duplicates?