Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- INSERT INTO EmployeesDeposits (EmployeeId, DepositId)
- VALUES (15, 4),
- (20, 15),
- (8, 7),
- (4, 8),
- (3, 13),
- (3, 8),
- (4, 10),
- (10, 1),
- (13, 4),
- (14, 9)
- INSERT INTO DepositTypes (DepositTypesID, Name)
- VALUES (1, 'Time Deposit'), (2, 'Call Deposit'), (3, 'Free Deposit')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement