Question
The HCF and the LCM of two numbers are 5 and 175,
respectively. If the ratio of the two numbers is 5:7, the larger of the two numbers is _______.Solution
HCF = 5 LCM = 175 Ratio = 5:7 Let the numbers be 5x and 7x. Using the relation HCF Γ LCM = Product of the two numbers: 5 x 175 =5x Γ 7x 875 = 35x2 x2=875/35 =25 x=5 Larger number = 7x=7x5= 35.
A `BEFORE INSERT` trigger fires:
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 function is used to calculate the average of a numeric column?
Which SQL feature allows hierarchical queries (e.g., org chart traversal)?
Which SQL keyword is used to eliminate duplicate rows in a query result?
Which SQL clause is used to filter results after a GROUP BY operation?
What is the primary purpose of a PL/SQL `CURSOR`?
Deadlock in DBMS can be prevented using:
Which SQL clause is used to group rows?
A transaction in DBMS is said to be atomic if: