How to build a sql query to return avg(price), min(price), max(price) joined with avg(order), min(order), max(order)?

I think what you need is a full outer join since rows could be in either one table or the other or both.

Your queries don't make a whole lot of sense, so there's a lot I had to attempt to infer from your question. It's always better to post the create table scripts and some sample data (as well as the desired output) when asking SQL questions.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions