SELECT table_name, column_name, data_type, ordinal_position FROM information_schema.columns WHERE table_schema = 'slaj' AND table_name IN ( 'obj_tts','obj_ttsa','obj_ttsa_exam_appl','bis_ttsa_cert','bis_ttsa_cert_array', 'bis_ttsa_cert_cha_appl','bis_ttsa_cert_cha_comp','bis_ttsa_cert_cha_lost', 'bis_ttsa_cert_cha_name','bis_ttsa_cert_cha_pers','bis_ttsa_cert_cha_tran', 'bis_ttsa_cert_reis_appl','bis_ttsa_cert_rev_appl','bis_ttsa_ceri_ext_apll', 'bis_ttsa_exam_plan','bis_ttsa_paper','bis_ttsa_tque','bis_ttsa_tque_opt', 'bis_ttsa_score','bis_ttsa_rec','bis_ttsa_train','bis_ttsa_train_pers', 'bis_ttsa_design','bis_ttsa_designdetail','bis_ttsa_design_exam_rel', 'bis_ttsa_exam_ente','bis_ttsa_appl_wiun' ) ORDER BY table_name, ordinal_position;