Page 1 of 1

Given the following database representation: WorksOn Database: Note: Using the description provided above, answer the fo

Posted: Fri Jul 01, 2022 5:38 am
by answerhappygod
Given the following database representation:
WorksOn Database:
Note:
Using the description provided above, answer the followingquestions:
A. What does the following SQL query do/ return?
SELECT ename
FROM employees
WHERE deptno = 'D1'
ORDER BY salary DESC