ShipBob interview question

Write a compound SQL query.

Interview Answers

Anonymous

Mar 8, 2018

I remember that I needed to use the aggregate functions like ORDER and what not.

Anonymous

Sep 24, 2018

ORDER (order by ...) is clause from the select statement, nor aggregate function.

2