Advertisements
Advertisements
Question
What is the difference between the Select and Project commands?
Distinguish Between
Advertisements
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
Mention any two of the available values that are used in indexed property.
Write the steps to filter a table.
__________ is a collection of related data.
What is the acronym of DBMS?
Explain the characteristics of DBMS.
What is a relationship in databases? List its types.
Limitations of a file system can be resolved by ______.
The interface between the database and end users or application programs is referred to as ______.
Which is not a limitation of database?
Differentiate between Database state and database schema.
