Discussion :: SQL Server MCQs
- Select * from employee where salary>10000 and dept_id=101; Which of the following fields are displayed as output?
Answer : Option D
Explanation :
Here * is used to select all the fields of the relation.
Be The First To Comment