CORE-POS/IS4C

View on GitHub
documentation/Reference Code/Wedge/installation/mysql/opdata/data/employees.insert

Summary

Maintainability
Test Coverage
use opdata;

INSERT INTO `employees` 
VALUES 
(56,56,56,'Kate','Kipling','STAFF',1,20,20),
(7000,7000,7000,'John','Norton','SUB',1,15,15);