select * from employee;
What does the above query do?
i. It gives all the tuples of employee table
ii. It gives error message
iii. It gives employee attribute of all the tuples
iv. It gives first tuple value
Answers
Answered by
1
Answer:
the answer is i option
it gives all the tuples of employee table
Similar questions