I have achieved this by using UNION,
Below is my query,

" SELECT CREATION_TIME,COL2,COL3 FROM 'student_info_table' UNION ALL SELECT CREATION_TIME,COL2,COL3 FROM 'employee_info_table' ORDER BY CREATION_TIME ASC"

Thank you all ,
for giving time & taking Interest.