4 Comments

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

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

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

    SELECT * FROM Customers RIGHT JOIN Orders ON Customers.CustomerID=Orders.CustomerID
    order by Customer.OrderID;

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