Question
A solid cube of gold is melted and made into smaller
cubes of sides half the original. How many such smaller cubes are made?Solution
ATQ, When a solid cube is melted and then made into smaller cubes of sides half the original, each dimension of the original cube is halved. Let's denote the original side length as S. The volume of the original cube is S3 The new cubes have sides of length (S/2).The volume of each smaller cube is (S/3)3Β This means that the original cube can be divided into 8 smaller cubes of sides half the original. Therefore, when a solid cube of gold is melted and made into smaller cubes of sides half the original, 8 such smaller cubes are made.
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?
Recursive CTEs are mainly used for:
To rename a column in a SELECT query result, you use:
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 key characteristic that distinguishes a PL/SQL `FUNCTION` from a PL/SQL `PROCEDURE`?
Which SQL keyword prevents duplicate rows in result?
Which operator is used to combine results of two SELECT queries and remove duplicates?
What is the result of SELECT COUNT(NULL) on any table?
Which of the following SQL constructs avoids returning duplicate rows?
What is a 'stored procedure' in SQL?