11 Comments

    select * from Customer limit 5

    Select * from Customers where ROWNUM <=5;
    (works in oracle 10g)

    Select * FROM Products limit 5

    select top 5 * from products;

    SELECT * FROM PRODUCTS LIMIT5;

    select * from products limit=5

    Select * from products limits = 5

    SELECT * FROM Customers LIMIT 0,5;
    Or
    SELECT * FROM Customers LIMIT 5

    SELECT * FROM Products LIMIT 5

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