InterviewSolution
Saved Bookmarks
| 1. |
How To Access One Derived Table From Another? |
|
Answer» Using @Derived_table function, we can ACCESS ONE DERIVED table from ANOTHER. The syntax is as, @derived_table(the derived table NAME) Using @Derived_table function, we can access one derived table from another. The syntax is as, @derived_table(the derived table name) |
|