| Author |
please what is the problem with my SQL data structure?
|
André Asantos
Ranch Hand
Joined: Nov 23, 2009
Posts: 234
|
|
please what is the problem with my SQL data structure?
create table tbEndereco(
rua varchar (100),
bairro varchar (100),
cidade varchar (100),
estado varchar (2),
pais varchar (100),
constraint fk_constraint foreign key (CdFuncionario)
references tbDadosFuncionario(CdFuncionario)
)
André AS
|
André AS
|
 |
Jan Cumps
Bartender
Joined: Dec 20, 2006
Posts: 2343
|
|
Hi André,
What is going wrong?
Do you have an error message?
What database are you using?
|
OCUP UML fundamental
ITIL foundation
|
 |
 |
|
|
subject: please what is the problem with my SQL data structure?
|
|
|