How to understand `u=r÷s`, the division operator, in relational algebra?
问题 let be a database having the following relational-schemes: R(A,B,D) and S(A,B) with the attributes of same name in the same domain and with the instances r and n . An instance of r An instance of s What is the scheme and what are the tuples of u=r÷s ? How to define them in English with r and s ? My attempt I know that u=r÷s = Which leads me to think that it would only be an array of one column A, but I'm not sure enough to know what will be ther result within the array. Can you help me