If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
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, 05: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, 08:40
gvee gvee is offline
www.gvee.co.uk
 
Join Date: Jan 2007
Location: UK
Posts: 10,156
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
Twitter | Blog
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

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