Posts by Erikson Gomes • 21 points
1 post
-
2
votes3
answers521
viewsA: Where should I put FK?
The Code would be more or less like this: Create Table Tb_Usuario ( Id_Usuario Int Not Null Identity Primary Key, Nome varchar(20) Not Null Unique, Sexo bit Not Null ) Create Table Tb_Login (…