InterviewSolution
Saved Bookmarks
| 1. |
How Can We Access One Derived Table From Another? |
|
Answer» We can ACCESS one DERIVED table from another USING the function @derived_table. The SYNTAX is: @derived_table(Derived Table Name) We can access one derived table from another using the function @derived_table. The syntax is: @derived_table(Derived Table Name) |
|