Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Interview
»
Technology
How do you display last 5 records in DB2?
Show Answer
Correct Answer:
SELECT * FROM table_name ORDER BY column_name desc Fetch first 5 rows only;
← Previous Question
Next Question→
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment