Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Data base design
02-26-2010, 08:12 PM
Post: #1
Data base design
Hello All,

I am designing a DB to use at work. I have two tables:

Table #1- Table #2

tblEmployee tblTeam
fld EmpID fldTeamID
fldEmpFName fldTeamLeaderID
fldEmpLName fldTeamDesc
fldTeamID

The bold fields are the primary keys
The problem I am having, if it is a problem, is that the agent is connected to the team via tblEmployee.fldTeamID and tblTeam.fldTeamID, now the team leader would be connected via tblEmployee.fld EmpID and tblTeam.fldTeamLeaderID

Is it reasonable that tables are connected to each other twice?

Cheers,
Find all posts by this user
Quote this message in a reply
02-26-2010, 09:04 PM
Post: #2
RE: Data base design
no

Team Leader is not connected as a relationship. It is simply the leader's Employee ID entered as a value in the fldTeamLeaderID in the Team table...that's all. don't overthink it....
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:

Contact UsDeveloper SolutionReturn to TopReturn to ContentLite (Archive) ModeRSS Syndication