Welcome
Guest
, you are in:
<root>
•
Login
devio dbscript ScrewTurn Wiki
Navigation
¶
Main Page
Random Page
Create a new Page
All Pages
Categories
Navigation Paths
Administration
File Management
Create Account
Search the wiki
»
Back
HumanResources EmployeePayHistory (table)
Modified on 2011/08/27 11:17
by
wikibot
Categorized as
Uncategorized
== wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- valign="top" | '''Table''' | HumanResources.EmployeePayHistory |- valign="top" | '''Description''' | Employee pay history. |} === Columns === {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- style="background:silver" | '''Column''' | '''Data Type''' | '''Nullable''' | '''Default''' | '''Description''' |- valign="top" | EmployeeID | int | not null | | Employee identification number. Foreign key to Employee.EmployeeID. |- valign="top" | RateChangeDate | datetime | not null | | Date the change in pay is effective |- valign="top" | Rate | money | not null | | Salary hourly rate. |- valign="top" | PayFrequency | tinyint | not null | | 1 = Salary received monthly, 2 = Salary received biweekly |- valign="top" | ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated. |} === Primary Key === {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- style="background:silver" | '''Primary Key''' | '''Columns''' |- valign="top" | PK_EmployeePayHistory_EmployeeID_RateChangeDate | EmployeeID, RateChangeDate |} === Check Constraints === {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- style="background:silver" | '''Check Constraint''' | '''Expression''' | '''Description''' |- valign="top" | CK_EmployeePayHistory_PayFrequency | ([PayFrequency]=(2) OR [PayFrequency]=(1)) | Check constraint [PayFrequency]=(3) OR [PayFrequency]=(2) OR [PayFrequency]=(1) |- valign="top" | CK_EmployeePayHistory_Rate | ([Rate]>=(6.50) AND [Rate]<=(200.00)) | Check constraint [Rate] >= (6.50) AND [Rate] <= (200.00) |} === Foreign Keys === {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- style="background:silver" | '''Relation''' | '''Column''' | '''Referenced Column''' |- valign="top" | [[HumanResources Employee (table)|HumanResources.Employee]] | EmployeeID | EmployeeID |} === References === {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- style="background:silver" | '''Dependency Type''' | '''Object Type''' | '''Referenced Object''' |- valign="top" | Schema | Schema | [[HumanResources (schema)|HumanResources]] |} === Dependencies === {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- style="background:silver" | '''Reference Type''' | '''Object Type''' | '''Referencing Object''' |- valign="top" | Insert | Procedure | [[HumanResources uspUpdateEmployeeHireInfo (procedure)|HumanResources.uspUpdateEmployeeHireInfo]] |}
ScrewTurn Wiki
version 3.0.1.400. Some of the icons created by
FamFamFam
.