CORE-POS/IS4C

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

Summary

Maintainability
Test Coverage
use is4c_op;

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