InterviewSolution
Saved Bookmarks
| 1. |
What is a derived table and why do you use it? |
|
Answer» A derived table is a virtual table in the data foundation that combines other tables using calculations and functions. You can use derived tables for below purpose −
|
|