October 21, 2018 at 9:33 pm
I'm solving a problem using tuple relational calculus ( TRC) in DBMS.
Problem
Find the name of all the employees who work for XYZ Bank Corporation.
Solution ( as given in my book)
I don't understand why book is using S . We have t . Since both of them represents tuples , we could just use t in place of S and get moving.
Can anyone please explain why we required S ?
October 22, 2018 at 4:37 am
spectra - Sunday, October 21, 2018 9:33 PMI'm solving a problem using tuple relational calculus ( TRC) in DBMS.Problem
Find the name of all the employees who work for XYZ Bank Corporation.Solution ( as given in my book)
I don't understand why book is using S . We have t . Since both of them represents tuples , we could just use t in place of S and get moving.
Can anyone please explain why we required S ?
Are you trying to write a relational database system or solve the problem of finding the name of all the employees that work for a given company? If the latter, then why the need for the relation calculus? It's akin to using calculus to create the formula for the volume of a sphere each time that you need to solve for the volume of a sphere rather than just using the proper formula, which has been proven thousands, if not, millions of times.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2018 at 7:13 am
spectra - Sunday, October 21, 2018 9:33 PMI'm solving a problem using tuple relational calculus ( TRC) in DBMS.Problem
Find the name of all the employees who work for XYZ Bank Corporation.Solution ( as given in my book)
I don't understand why book is using S . We have t . Since both of them represents tuples , we could just use t in place of S and get moving.
Can anyone please explain why we required S ?
I think it's just say where t is a member of something that exists in S
October 22, 2018 at 9:08 am
Jonathan AC Roberts - Monday, October 22, 2018 7:13 AMspectra - Sunday, October 21, 2018 9:33 PMI'm solving a problem using tuple relational calculus ( TRC) in DBMS.Problem
Find the name of all the employees who work for XYZ Bank Corporation.Solution ( as given in my book)
I don't understand why book is using S . We have t . Since both of them represents tuples , we could just use t in place of S and get moving.
Can anyone please explain why we required S ?
I think it's just say where t is a member of something that exists in S
Could not get you. Could you please elaborate more ?
October 22, 2018 at 10:19 am
spectra - Monday, October 22, 2018 9:08 AMJonathan AC Roberts - Monday, October 22, 2018 7:13 AMspectra - Sunday, October 21, 2018 9:33 PMI'm solving a problem using tuple relational calculus ( TRC) in DBMS.Problem
Find the name of all the employees who work for XYZ Bank Corporation.Solution ( as given in my book)
I don't understand why book is using S . We have t . Since both of them represents tuples , we could just use t in place of S and get moving.
Can anyone please explain why we required S ?
I think it's just say where t is a member of something that exists in S
Could not get you. Could you please elaborate more ?
t is the set of all tuples that exist in S that are a member of the WORKS formula.
October 23, 2018 at 6:01 pm
Jonathan AC Roberts - Monday, October 22, 2018 10:19 AMspectra - Monday, October 22, 2018 9:08 AMJonathan AC Roberts - Monday, October 22, 2018 7:13 AMspectra - Sunday, October 21, 2018 9:33 PMI'm solving a problem using tuple relational calculus ( TRC) in DBMS.Problem
Find the name of all the employees who work for XYZ Bank Corporation.Solution ( as given in my book)
I don't understand why book is using S . We have t . Since both of them represents tuples , we could just use t in place of S and get moving.
Can anyone please explain why we required S ?
I think it's just say where t is a member of something that exists in S
Could not get you. Could you please elaborate more ?
t is the set of all tuples that exist in S that are a member of the WORKS formula.
S is not a tuple ?
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply