How to BCNF decompose when an attribute has no relation with any others
问题 Assignment: Consider a relation 𝑅(𝐴,𝐵,𝐶,𝐷,𝐸,𝐺,𝐻) and its FD set 𝐹 = {𝐴𝐵 → 𝐶𝐷, 𝐸 → 𝐷, 𝐴𝐵𝐶 → 𝐷𝐸, 𝐸 → 𝐴𝐵, 𝐷 → 𝐴𝐺, 𝐴𝐶𝐷 → 𝐵𝐸}. Decompose it into a collection of BCNF relations if it is not in BCNF. Make sure your decomposition is lossless-join. Explanation Hi, I'm working on my database homework (relation design chapter). I think I've commanded the basic process based on in-class examples. However, the tricky part here is we have an attribute 'H' which has no relation with others, which confuses