how to convert this query to raltional algebra
select b.username,b.co ntent,b.[date]
from dbo.bank_tweets b
where b.[date] = (select MAX(b.[date]) from dbo.bank_tweets b);