Question
If the two adjacent sides of a rectangle are x cm and x
– 10 cm and its perimeter is 72 cm then find its area?Solution
Let the length and breadth of rectangle = x and x – 10 cm Perimeter of rectangle = 2 x [Length + Breadth] According to the question Perimeter of rectangle = 72 cm ⇒ 2 x [Length + Breadth] = 72 ⇒ x + x – 10 = 36 ⇒ Length = x = 23 cm Breadth = (x – 10) = 13 cm Area of rectangle = Length x Breadth Area of rectangle = 23 x 13 Area of rectangle = 299 cm²
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?