Untitled
unknown
plain_text
11 days ago
214 B
2
Indexable
Never
INSERT INTO jobs (job_id, job_title, min_salary, max_salary) VALUES (1, 'Manager', 50000, 100000),(2, 'Software Engineer', 40000, 80000),(3, 'Sales Representative', 30000, 60000),(4, 'HR Specialist', 35000, 70000);
Leave a Comment