Computer Science, asked by shasidharan2004, 6 months ago

what is the difference between select and project command

Answers

Answered by arqanyaqub
2

Answer:

PROJECT eliminates columns while SELECT eliminates rows. In Relational algebra 'Selection' and 'Projection' are different operations, but the SQL SELECT combines these operations in a single statement. ... Project retrieves the attributes (columns) specified.

Similar questions