4
Answers

Write a single SELECT statement which would return 16 rows.

Rajeev Kumar

Rajeev Kumar

1y
583
1

There is a table with 4 rows. Write a single SELECT statement which would return 16 rows. Use of temp table, CTE, Union all, and JOIN is not allowed

Answers (4)