0
How can I change my table ID BANDAS_E_ARTISTAS and ensure that other foreign tables also change via PL/SQL?
TABLE BANDAS_E_ARTISTAS
ID NOME_ARTISTICO
01 RAÇA NEGRA
02 OS MENUDOS
03 KELLY KEY
04 LUIZ CARLOS
--------------------------
TABLE ARTISTA
ID NOME_REAL
03 KELLY JOANA
04 LUIZ CARLOS
--------------------------
TABLE BANDA
ID ESTILO
01 PAGODE
02 ROCK
--------------------------
TABLE ARTISTA_EM_BANDA
ID_BANDA ID_ARTISTA
01 04
--------------------------
A table BANDAS_E_ARTISTAS I keep the ID(primary key) of all the identification of the other tables.
@Guilhermenascimento Use in your POST to talk to users. Any question of the reason, use @ + the User Name. You can see that in the comments your own post is possible to ask the question directly to me. Thank you
– Don't Panic
Sorry, I had not seen that you had already commented on the question. Thank you for alerting me.
– Guilherme Nascimento