INSERT INTO Employee (EmployeeID, LastName, FirstName, Title, LocationID)
VALUES (7,
'Ride',
'George',
'Principal Automation Specialist', 1)
INSERT INTO Employee (EmployeeID, LastName, FirstName, Title, LocationID)
VALUES (8,
'Glenn',
'Trueman',
'Senior Automation Specialist', 1)
INSERT INTO Employee (EmployeeID, LastName, FirstName, Title, LocationID)
VALUES (9,
'Wilson',
'Tod',
'Junior Automation Specialist', 1)