I need to make an insert, but before I need to compare the values of the insert with other tables, so that I can also insert the values of other tables, in the current table that I want to insert:
I don't know how to write the insert syntax
Insert into TABLE_3 (code, value, description)
values 123, 20000, teste
