Intro to Database Systems
In relational algebra, σ (sigma) is a unary operator used to select rows from a relation that satisfy a specified predicate. This operator allows you to filter data based on conditions, retrieving only those tuples that meet certain criteria. Understanding how σ operates is essential for effectively querying databases and manipulating data sets within relational databases.
congrats on reading the definition of σ (sigma). now let's actually learn it.