I would like to know how to Delete Data from Tables using Delete command.
The Requirement is to Delete Specific Data History. Using some Parameters maybe.
What is the sequence to delete tables from the database?
I detected 4 groups of tables:
- Setup/ Standard Tables.
- Catalog Tables.
- Custom Tables.
- Log“s Tables.
- The tables are Custom, is a Custom Process, but There are recommendations/ suggestions about it?
- How to know The Parent - Child Relationship? The Child Table to start to Delete Details/Extra Tables?
Which is the order to Delete Data from Tables?
What is the recommendation/ suggestions about it?
My Idea is to:
- Create a Package into the Dev Database.
- Create a Package Body into the Dev Database.
- How to start to Delete Tables?
- How to delete without errors Prent child, constraints, triggers, etc