Advertisement
badlogic

truncate for College

Feb 9th, 2017
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. truncate table dps_registrar_db.college_add_open_subjects;
  2. truncate table dps_registrar_db.college_block_active_semester;
  3. truncate table dps_registrar_db.college_block_subject_schedule;
  4. truncate table dps_registrar_db.college_course;
  5. truncate table dps_registrar_db.college_course_block;
  6. truncate table dps_registrar_db.college_course_curriculum_2016_2017;
  7. truncate table dps_registrar_db.college_course_curriculum_header;
  8. truncate table dps_registrar_db.college_course_header;
  9. truncate table dps_registrar_db.college_curriculum_prereqs_2016_2017;
  10. truncate table dps_registrar_db.college_editsubject_history_2016_2017;
  11. truncate table dps_registrar_db.college_enrolled_subjects_2016_2017;
  12. truncate table dps_registrar_db.college_payment_fee_header;
  13. truncate table dps_registrar_db.college_student_course_headers;
  14. truncate table dps_registrar_db.college_subject_headers;
  15. truncate table dps_registrar_db.college_subject_schedule;
  16. truncate table dps_registrar_db.college_subject_size;
  17. truncate table dps_registrar_db.college_transaction_header;
  18. truncate table dps_registrar_db.college_yearlevel_sems_2015_2016;
  19. truncate table dps_registrar_db.college_yearlevel_sems_2016_2017;
  20. delete from dps_registrar_db.file_subject_name where subjname_iscollege = 1;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement