Advertisements
Advertisements
Question
What is the difference between the Select and Project commands?
Distinguish Between
Solution
Select | Project | |
The SELECT operation(o) is used for selecting a subset with tuples according to a given selection condition. | The projection method(n) eliminates all attributes of the input relation but those mentioned in the projection list. | |
The SELECT operation (o) selects filters out all tuples that do not satisfy the condition. | The projection method defines a relation that contains a vertical subset of Relation. | |
Symbol: σ | Symbol: π | |
General Form: σ (R) c Example: σ = “Big Data” (STUDENT) course |
Example: π (STUDENT) course |
shaalaa.com
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
Write the steps to filter a table.
Queries are used to ____________ information from database.
Define database
A tuple is also known as ______
What are the ACID properties?
How is a top to bottom relationship among the items in a database established?
The design of the database is known as what?
The interface between the database and end users or application programs is referred to as ______.
Why is database testing important?
List any two types of storage devices in DBMS.