Please consider offering answers and suggestions to help other students!
And if you fix a problem by following a suggestion here,
it would be great if other interested students could see a short
"Great, fixed it!" followup message.
Dear,
In week 3, we have learnt about Relational Algebra such as selection, projection, etc.
Do we have to remember how to write the relations using those symbols/operations (U, up-side-down U, big Pi, sigma, etc..) or we just need to focus on SQL queries?
For example, do we have to know how to write these:
- R U S
- Pcol1, . . . , coln(R)
- rR(myCount) ÁCOUNT propertyNo (σrent > 350 (PropertyForRent))
...
*(I just copy from the slides, you can check the attachments to be clearer)
Regards,
Cool,
I know the logic & may decide whether a given relation is the correct or not but I may not write down those things by myself because they are so hard to remember their names or symbols or drawings, etc.
Thank you.