Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > General > Database Concepts & Design > help regarding my database design

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-10-07, 06:49
vignesh19 vignesh19 is offline
Registered User
 
Join Date: Jul 2007
Posts: 4
help regarding my database design

Hi, i am poor in database design. so please help me out. I will say the fields which appear in tables. you say the rest of details. In my database there are 4 tables.

Table 1: Employees
Description: Contains employee details
Fields: EmpID, Name, Department, Grade, EmailID

Table 2 : Training
Description: Contains training details
Fields: TrID, Title, Type, Status, Date, Trainername

Table 3 : Nominations
Description: Contains EmpID of employees who have registered for various courses.
Fields: EmpID, TrID

Table 4: Feedbacks
Description: Contains feedbacks obtained for course
Fields: TrID,Responses...

help me out to design. which should be foreign key and so on. ms access is the database which i use.
Reply With Quote
  #2 (permalink)  
Old 10-10-07, 09:40
georgev georgev is offline
SQL Apprentice
 
Join Date: Jan 2007
Location: hiding
Posts: 8,143
Ask yourself this
____ Employee can have ____ Training
E.g.
Many Employeees can have many Training sessions

And repeat for each table - post the results back here..
__________________
George
You only stop learning when you stop asking questions.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On