Computer Science, asked by nsuraj2706, 17 days ago

write a query to display employees information, who are working as manager and analyst.​

Answers

Answered by N3KKI
1

\huge\underline{\sf\color{orange}{Answer}}

QUERY -

SELECT *

FROM employees

WHERE job_name IN ('MANAGER',

'ANALYST')

AND salary BETWEEN 2000 AND 5000

AND commission IS NULL;

^^^Refer to the attachment for pictorial representation.

Attachments:
Answered by harutonakasaki1
0

Answer:

describe the various hindrances in the way of nationalism

Similar questions