logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • State one similarity and difference between WHERE Clause and HAVING Clause?


  • Correct Answer
  • Similarity: Both WHERE and HAVING Clause filters out records based on one or more conditions Difference: WHERE Clause can only be applied to a static non-aggregated column whereas HAVING is needed for aggregated columns 


  • Technology problems


    Search Results


    • 1. How can you generate debugging output from PL/SQL?
    • Discuss
    • 2. How can you find a PL/SQL block, if the cursor is open?
    • Discuss
    • 3. What are PL/SQL cursor exceptions?
    • Discuss
    • 4. Name any three PL/SQL exceptions?
    • Discuss
    • 5. Describe the use of PL/SQL table?
    • Discuss
    • 6. What are defaults? Is there a column to which a default can?t be bound?
    • Discuss
    • 7. What are constraints? Mention the different types of constraints?
    • Discuss
    • 8. What is the difference between a primary key and a unique key?
    • Discuss
    • 9. What are the difference between clustered and a non-clustered index?
    • Discuss
    • 10. What is difference between DELETE and TRUNCATE commands?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment