DBMS Ga 2
DBMS Ga 2
DBMS Ga 2
Subject: DBMS
DBMS - GA 2
Max.Marks:05
3. SQL allows the use of temporary tables. Temporary tables are used
for storing intermediate results. They are useful only for the duration
the program is in execution, and get deleted when the program
terminates.
*table
*row
*tuple
*degree
*cardinality
Q4) Write the difference between relational algebra &
relational calculus.
Ans- Difference between Relational Algebra and Relational Calculus
Relational Algebra:
1. Select (σ)
2. Project (Π)
3. Union (U)
6. Rename (ρ)
{ t | P(t) } Where,