Empresa engajada
Write an SQL statement to select the customers from the table and the sales order number from another table.
Sigiloso
Review SQL Join, LEFT OUTER JOIN, INNER JOIN
select c.customerName o.orderNumber from table1 left join table2 ON c.custid = o.custid;
Fique por dentro de todas as oportunidades e dicas internas seguindo as empresas de seus sonhos.
Comece a buscar vagas para receber atualizações e recomendações personalizadas.