Advertisement
A_God

aurangabad -civil

Jan 4th, 2025 (edited)
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. -- SQL file to insert data into case_type table for Aurangabad Bench civil cases
  2.  
  3. INSERT INTO case_type (case_name, abbreviation, court_id, mattertype) VALUES
  4. ('APPEAL FROM ORDER', 'AO', 7, 'civil'),
  5. ('APPLICATION IN ELECTION PETITION', 'EPAP', 7, 'civil'),
  6. ('ARBITRATION APPEAL', 'ARBA', 7, 'civil'),
  7. ('ARBITRATION APPLICATION', 'ARB', 7, 'civil'),
  8. ('CIVIL APPLICATION', 'CA', 7, 'civil'),
  9. ('CIVIL REFERENCES', 'CRF', 7, 'civil'),
  10. ('CIVIL REVISION APPLICATION', 'CRA', 7, 'civil'),
  11. ('COMPANY APPEAL', 'CAP', 7, 'civil'),
  12. ('COMPANY APPLICATION', 'CMA', 7, 'civil'),
  13. ('COMPANY PETITION', 'CMP', 7, 'civil'),
  14. ('CONTEMPT APPEAL', 'CAPL', 7, 'civil'),
  15. ('CONTEMPT PETITION', 'CP', 7, 'civil'),
  16. ('CROSS APPEAL', 'X-APL', 7, 'civil'),
  17. ('CROSS APPEAL', 'XAP', 7, 'civil'),
  18. ('CROSS OBJECTION', 'X-OBJ', 7, 'civil'),
  19. ('ELECTION PETITION', 'EP', 7, 'civil'),
  20. ('FAMILY COURT APPEAL', 'FCA', 7, 'civil'),
  21. ('FIRST APPEAL', 'FA', 7, 'civil'),
  22. ('LETTER PATENT APPEAL', 'LPA', 7, 'civil'),
  23. ('MARRIAGE PETITION', 'MP', 7, 'civil'),
  24. ('MISC. CIVIL APPLICATION', 'MCA', 7, 'civil'),
  25. ('REJECTED CASE', 'RC', 7, 'civil'),
  26. ('REVIEW APPLICATION', 'RA', 7, 'civil'),
  27. ('SECOND APPEAL', 'SA', 7, 'civil'),
  28. ('SUO MOTO CONTEMPT PETITION', 'SMC', 7, 'civil'),
  29. ('SUO MOTO REVISION APPLICATION', 'SMR', 7, 'civil'),
  30. ('SUO MOTO WRIT PETITION', 'SMW', 7, 'civil'),
  31. ('TAX APPEAL', 'TA', 7, 'civil'),
  32. ('WRIT PETITION', 'WP', 7, 'civil');
  33.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement