Question
In a circle, the length of a chord AB is 48 cm & radius
is 25 cm. Find the distance between centre and chord.Solution
Let AB is chord , O is centre of circle, OC is perpendicualr dran on AB So now C will be mid point of Chord. Hence AC =AB/2 = 48/2 = 24 cm& OA = radius = 25 cm So in Right angle triangle OAC , By pythagorus triplet of (7,24 & 25), OC = 7 cm
Which PL/SQL cursor attribute returns `TRUE` if the most recent `FETCH` statement returned a row, and `FALSE` otherwise?
Which of the following is a mandatory component of a PL/SQL function's definition?
Which SQL statement combines the results of two queries and removes duplicates?
Which of the following is a key characteristic that distinguishes a PL/SQL `FUNCTION` from a PL/SQL `PROCEDURE`?
Which operator is used to combine results of two SELECT queries and remove duplicates?
Which of the following statements about SQL `INDEXES` is generally TRUE?
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 type of trigger fires once for each row affected by the triggering DML statement?
Which of the following is a common use case for a PL/SQL trigger?