logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Explain how to limit the rows that are retrieved by a query.


  • Correct Answer
  • The number of rows returned by a select query can be restricted by the LIMIT clause Example: SELECT * from employee LIMIT 20 


  • Technology problems


    Search Results


    • 1. Explain unique Constraint.
    • Discuss
    • 2. Explain foreign key constraint.
    • Discuss
    • 3. Explain primary key constraint.
    • Discuss
    • 4. Explain Not Null constraint.
    • Discuss
    • 5. Explain Check constraint.
    • Discuss
    • 6. What are joins? Explain its characteristic features .
    • Discuss
    • 7. What is correlated query? Explain its uses.
    • Discuss
    • 8. Define PL/SQL. Explain its purpose
    • Discuss
    • 9. What are the Advantages of PL/SQL?
    • Discuss
    • 10. SQL vs. PL/SQL
    • Discuss


    Comments

    There are no comments.

Enter a new Comment