TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Violeta Popa
NA
137
164k
foreign key
Mar 18 2013 12:48 PM
I have a problem understanding how the foreign key concept works, i know the theory but the practice cause me problems. For eg I have the table
client(client_id(pk),first_name,last_name, user_id(fk)) and
user(user_id(pk),cient_id(fk),password,e-mail)
and i want to make a form that adds a new client. When adding in client table an user_id, in user table the user_id is filled automatically? or should i add it?
hope it makes sense what i've explained.
Reply
Answers (
6
)
lexical analyzer
Confusion about object