Which is the correct t way to write ‘where’, ‘between’ and’order by’ in Relational algebra symbols ?
This is the code I need in relational algebra:
select * from Employee
where DOB between ‘1/1/1958’ and ‘31/12/1958’ and position=”Manager”
order by lName;
Expert Answer
An answer will be send to you shortly. . . . .