How do you display last 5 records in DB2?5
951 5b5cc7dae4d2b41977751590
Q: How do you display last 5 records in DB2?
- Show Answer
- Workspace
- Discuss
Answer :
Explanation :
SELECT * FROM table_name ORDER BY column_name desc Fetch first 5 rows only;
Similar Questions
Since Nithya and Suganya exchange places, so Rita’s new position is the same as Monika’s earlier position. This position is 17th from the right and 10th from the left. Therefore Number of girls in the row = (16 + 1 + 9) = 26.