Question
52 25 27 ? 208
1648 What should come in place of the question mark (?) in the following number series.Solution
52 × 0.5 – 1 = 25 25 × 1 + 2 = 27 27 × 2 – 4 = 50 50 × 4 + 8 = 208 208 × 8 – 16 = 1648
Which SQL clause is used to group rows?
Which SQL keyword prevents duplicate rows in result?
Materialized views differ from normal views because:
What is the output of this SQL snippet if the price column contains NULL values?
SELECT SUM(price) FROM products;
Recursive CTEs are mainly used for:
In SQL, the ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW clause applies to:
Which SQL clause is used for filtering rows?
A materialized view differs from a normal view because it:
Which command removes all rows but keeps table structure?
Which of the following can be used to avoid duplicate entries in a column?