Computer Science, asked by karthik2006ak, 6 months ago

Selectage ,Department of those employees whose salary is greater than 20000.
.
.
.
.
.
.
question is from class 10.. CBSE + NCERT ​

Answers

Answered by arpital30
0

Answer:

SELECT AGE , DEPARTMENT

FROM TABLE (table name)

WHERE SALARY > 20000

Similar questions