Sorry if the question is silly; but I am new in database and I would like to know if you can support me, please. My doubt is that I have a database in Oracle
called ( Company ) with non-relational tables, in them I manage folios of people and I have different tables such as: datos_generales , occupation , health , studios , etc. Every time they ask me to delete a record, I do it like this:
DELETE FROM ocupacion WHERE folio=542;
But, I would like to know if it is possible to delete the record of all the tables in the database in a single query? In total I have 40 tables.