Select * from the Emp
1. Display all the record from the Emp table
2. Select only some column from the Emp table
3. Wrong statement
4. None of these
Answers
Answered by
1
Answer:
Correct answer is 1
Explanation:
* is used to display all the records of the table show the query select * from emp will display all the records from the emp table.
Similar questions