Question
What is the mean proportional between the fourth
proportionals of (1 , 2, 7) and (14, 16, 2401 )?Solution
Let fourth term in 1st case be x and in 2nd case be y 1/2 = 7/x β x = 14 14/16 = 2401/y β y = 2744 Now, Mean proportion = β(14 Γ 2744) β 196 β΄ Required answer is 196
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?