How can I change the ID of my table 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
--------------------------
The table BANDAS_E_ARTISTAS I store the ID (primary key) of the entire ID of the other tables.