Wealth42 interview question

Write a sqlalchemy query to fetch the first data before a certain date.

Interview Answer

Anonymous

17 Aug 2020

So I initially wrote a sqlalchemy query which did the job but one part was redundant and I received feedback on the same on how to improve it more