Click here to Skip to main content
15,892,222 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am looking for the relational algebra for this operation

--> Select the make_name and model_name of all cars with the color_name white

Here I am attaching the schema of my tables

this the link for schema

Thank you all in advance.
Posted
Comments
barneyman 22-May-15 0:29am    
that looks quite easy - you have a couple of inner joins on a criteria select

where are you stuck?

1 solution

Sorry, it's not clear how one could "look for the relational algebra", especially if you have some particular schema. I thought one could just learn some relational algebra. So, it's not quite clear what can help you. May be this:
http://en.wikipedia.org/wiki/Join_%28SQL%29[^].

If you have some particular concerns, you have to tell us about them. There is nothing special about your schema.

—SA
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900