1. How do you select all the columns from a table named "Employee"? *
(1 Point)
a) SELECT * BY Employee;
b) SELECT Employee;
c) SELECT * FROM Employee;
d) SELECT (all] FROM Employee;
Answers
Answered by
5
Answer:
B
Explanation:
Employee itself is all
Similar questions