📝 Question
#1229
Which of the following command is used to display the departments of the instructor relation?
✓
Correct Answer
A. Select * from instructor where Dept_name = Finance;
💡
Explanation
Only one field is necessary for the query and where clause is not needed for the selection.
⌨️ Press
A
B
C
D
to select