Computer Science, asked by keshavsharma4321, 4 days ago

Command to display all the data in the table “emp” is.
a)Select * from emp
b)Select * from emp;
c)Select all from emp
d)Select all from emp;

Answers

Answered by karthikmcn
5

Answer:

option b, Select * from emp;

Explanation:

will display all the contents of the table

Similar questions