Computer Science, asked by unatha4, 9 months ago

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 georgelangneh
5

Answer:

B

Explanation:

Employee itself is all

Similar questions