Advertisement
ralitsa_d

INSERT

Oct 14th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. INSERT INTO EmployeesDeposits (EmployeeId, DepositId)
  2. VALUES (15, 4),
  3. (20, 15),
  4. (8, 7),
  5. (4, 8),
  6. (3, 13),
  7. (3, 8),
  8. (4, 10),
  9. (10, 1),
  10. (13, 4),
  11. (14, 9)
  12.  
  13. INSERT INTO DepositTypes (DepositTypesID, Name)
  14. VALUES (1, 'Time Deposit'), (2, 'Call Deposit'), (3, 'Free Deposit')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement