Computer Science, asked by jgurpreet97, 1 month 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




Pls give verified answer......​

Answers

Answered by goldenwind
0

it gives all the tuples of the employee table.

* is used as a wildcard which shows all the tuples in a table in SQL.

Similar questions