12 Comments

    SELECT * FROM Customers order by city;
    Default order is ascending

    To display in descending order
    SELECT * FROM Customers order by city desc;

    SELECT * FROM CUSTOMERS order by city asc;

    select * FROM Customers order by City asc

    select * from customers order by city ASC;

    select * from customers order by city asc;

    select * from customers order by city ASC;

    SELECT * FROM CUSTOMERS order by city asc;

    select *from customers order by city ASC;

    Select * from customers order by city ASC;

    Select * from customers order by city ASC;

    SELECT * FROM Customers order by City;
    or
    SELECT * FROM Customers order by City asc;
    The default order is ascending.

    SELECT *from Customers order by City ASC

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