Question: In the language of your choice write a program which will take as input a SQL statement and produce as output an equivalent expression in
In the language of your choice write a program which will take as input a SQL statement and produce as output an equivalent expression in relational algebra. Now obviously this is a very complex task, so your program need only handle a very simple type of SQL statement, namely SELECT atributename1 FROM tablename WHERE atributename2 = constant value.
(i need program in any language i dont mine but i need only program and output but not algorithm)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
