Sql

Sara S.

asked • 10/10/19

SQL query to a relational algebra

How I can translate the SQL query to a relational algebra expression?

SELECT P.Name

FROM Players P, Games G

WHERE P.Id =  G.PlayerId

    AND P.Game = 'Football' AND G.Season ='2019'


where:

Players (Id, Name, Game)

Games (PlayerId, GameCode, Season)


1 Expert Answer

By:

Tridip C. answered • 08/16/20

Tutor
4.9 (332)

5+ years of experience with both SQL and NoSQL based databases

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.