Posts by TROLITO • 21 points
1 post
-
-2
votes1
answer63
viewsQ: How to prevent the creation of records where one of the fields has the value already registered?
Create Table genero_filme( NomeF varchar2(30) NOT NULL, genero varchar2(20) NOT NULL, --Restrições de intregridade --1. Não existe gêneros diferentes com o mesmo nome Constraint fk_Filme_g FOREIGN…