Untitled
Anonymous
plain_text
09/03/2024 4:57 AM
284 B
12
Indexable
INSERT INTO jobs (job_id, job_title, min_salary, max_salary)
VALUES
('IT_PROG', 'Programmer', 4000, 10000),
('HR_REP', 'Human Resources Representative', 3000, 7000),
('AC_MGR', 'Accounting Manager', 8000, 15000);Editor is loading...
Leave a Comment