Use of subqueries instead of joins

Suppose you need a chronological list of orders and the company that placed them, but would like the company name instead of their Customers ID. You can get this result using a join.

 Using a join
 Using a subquery
 Using an outer join