Computer Science, asked by jgurpreet97, 3 months ago

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 ajjubhai942
1

Answer:

the answer is i option

it gives all the tuples of employee table

Similar questions