5 Comments

    Select c.CustomerName, o.OrderId, c.ContactName from Customers c
    inner join Orders o on c.CustomerID= o.CustomerId;

    select customers.customername,orders.orderid from customers inner join orders on customers.CUSTOMERID=orders.CUSTOMERID;

    select customers.customername, orders.orderid
    from customers
    INNER JOIN Orders
    on customers.customerid=orders.customerid
    order by customers.customername;

    select customers.customername, orders.orderid from customers
    INNER JOIN Orders
    on customers.customerid=orders.customerid order by customers.customername;

    Select c. Customername, o. Orderid from customers Inner join orders on c. Customerid=orders.customerid order by c. Customername ;

Leave a Reply

Loading Questions

If you are facing any issue like can not see video so please login into Google with email what you forwarded to us Google Login or mail to administrator qatraining@infotek-solutions.com