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.
Thanks.
My question was mainly regarding learning relational algebra notations (like ) and practising writing expressions?
The sample paper doesn't include such questions. If the final exam is like the sample, can we skip these notations and focus...
Hi
Do we need to prepare relational algebra for the final exam? will there be any question to write any expression in relational algebra for any statement scenario?
while checking Depot table for normalization, have following questions
- Postcode depends on street address. and street address is linked to DepotID. does this mean there is a transitive dependency here? should I move address to a new table and then l...
considering practicality of implementation, i would have a combined table with following attributes
OwnerNo OwnerType OwnerName
001 Private Joe D
002 Business XYZ PTY LTD
003 Private James
and will use OwnerNo as foreign k...
while I was putting dummy data in each of the table to verify
- if the table is in 3NF
- if the Primary Key need to be changed;
for Vehicle Type table, I can see Make Model are taken as composite primary keys, but I can use duplicate values in each of...
ANONYMOUS wrote
BranchID wont be unique in some cases. so this alone cannot be a candidate key. imagine having multiple people from same branch appearing in this table of yours.