InterviewSolution
Saved Bookmarks
| 1. |
How Can You Display Top Five And Last Five Sales In Same View? |
|
Answer» Create two SETS, ONE for top 5 ANOTHER for bottom 5 and the JOIN these two sets displaying a unique SET of total 10 rows. Create two sets, one for top 5 another for bottom 5 and the join these two sets displaying a unique set of total 10 rows. |
|