0 votes
in DBMS by
what is SQL projection?

1 Answer

0 votes
by
the projection of a relation is defined as projection of all its tuples over a

set of attributes.it yields vertical subset of the relation.the projection

operation is used to twicw the number of attributes in the resultant relation

or to reorder attributes.
...