Guest User

Untitled

a guest
Nov 24th, 2017
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Mail Master table
  2.  
  3. MailID (PK)
  4. Mail content
  5.  
  6. Emp Master table
  7.  
  8. EmpID (PK)
  9. EmpName
  10.  
  11.  
  12. Mail-Employee Mapping table
  13.  
  14. Mail-Employee_ID (auto increament id PK)
  15. MailID (FK)
  16. EmployeeID (FK)
  17.  
  18. Group_Master table
  19.  
  20. GroupID (auto increament PK)
  21. GroupName
  22.  
  23. Group_Employee_Mapping table
  24.  
  25. Group_Employee_ID (auto increament)
  26. GroupID (FK)
  27. EmployeeID (FK)
  28. (GroupID+Employee are unique so Composite PK)
Add Comment
Please, Sign In to add comment