Yahoo coding challenge
Summary
Interview Experience
/* We need to write a query api to a mail storage system. For practical reasons, we want to define some method that takes some sort of query structure (input) that supports our use cases listed below, and outputs a sql statement (string). We don't need to execute the statement, we just w...


