Question
Calculate the slant height of a right circular cone if
the volume is 1232 cm³ and the base area is 154 cm².Solution
Volume of cone = Area of base × height ÷ 3 So, height of the cone = 1232 ÷ 154 × 3 = 24 cm Area of the base = πr2 (Where ‘r’ is the radius) 154 = (22/7) × r × r Or, r2 = 49 So, r = 7 (As radius cannot be negative) Slant height of cone = √(radius2 + height2) So, slant height = √(72 + 242) = √(49 + 576) = 25 cm
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?