logo
Home Handwritten Notes

Projection (Π) Operator

Engineering → Computers Science And Engineering → Data Base Management System → Relational Algebra

Complete digital notes on Projection (Π) Operator. Study this topic thoroughly with our comprehensive notes and examples.

Projection (Π) Operator

⇒ Projection Operator (Π) is a unary operator in relational algebra that performs a projection operation.

⇒ It projects (or displays) the particular columns {or attributes} from a relation and It delete column(s) that are not in the projection list.

⇒ It is denoted by Π.

⇒ Duplicate rows are automatically eliminated from result.

⇒ Notation:

Π A1,A2,A3...An (r)

Or

Π Attribute list (relation name/ table name)

Data Models Data Models Data Models Data Models
description of faastop website
logo