Postgresql – Query if business is open
I have a Postgres table that looks like this: Name Type Description business_id (PK) int4 Business ID day (PK) int4 Day of week (0-6, monday is zero) open time Open time close time Close time Every row stores open and…