COMPUTER FUNDAMENTALS

COMPUTER APPLICATIONS

DATABASE MANAGEMENT SYSTEMS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
SELECT * FROM employee WHERE salary>10000 AND dept____id=101;Which of the following fields are displayed as output?
A
Salary, dept____id
B
Employee
C
Salary
D
All the field of employee relation
Explanation: 
There is 1 question to complete.