Question

write SQL code list all employee name and employee number (by this order) for all employees...

write SQL code list all employee name and employee number (by this order) for all employees with job code 709

0 0
Add a comment Improve this question Transcribed image text
Answer #1

In order to provide correct and working SQL queries, you would need to provide the table description which contains the table and column names.

Since you have not provided the table description, i am guessing the table and column names and providing you the query. Hence, the query might need some changes like change of table and column names in order to run successfully. In case you have any doubt, reach out to me via the comments section.

QUERY

SELECT EmpNum, FirstName, LastName FROM EMPLOYEES WHERE JobCode = 709 ORDER BY EmpNum;

Add a comment
Know the answer?
Add Answer to:
write SQL code list all employee name and employee number (by this order) for all employees...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT