mirror of
https://github.com/beekeeper-studio/beekeeper-studio.git
synced 2026-03-13 10:12:54 +08:00
11 lines
250 B
Plaintext
Executable File
11 lines
250 B
Plaintext
Executable File
INSERT INTO `departments` VALUES
|
|
('d001','Marketing'),
|
|
('d002','Finance'),
|
|
('d003','Human Resources'),
|
|
('d004','Production'),
|
|
('d005','Development'),
|
|
('d006','Quality Management'),
|
|
('d007','Sales'),
|
|
('d008','Research'),
|
|
('d009','Customer Service');
|