logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • How to create recursive query in SQL Server?


  • Correct Answer
  • Recursive query can be create in SQL using stored procedure but you can also use CTE (Common table expression) It might be also worth asking about performance as CTE is not always very fast 


  • Technology problems


    Search Results


    • 1. Mention the difference between clustered and a non-clustered index?
    • Discuss
    • 2. Which command using Query Analyzer will give you the version of SQL server and operating system?
    • Discuss
    • 3. What is SQL Server Agent?
    • Discuss
    • 4. When do you use UPDATE_STATISTICS command?
    • Discuss
    • 5. What is Analysis service repository?
    • Discuss
    • 6. Define Trigger
    • Discuss
    • 7. Write an SQL Query to find employees whose name starts with an ?M??
    • Discuss
    • 8. Difference between a query and a statement in SQL?
    • Discuss
    • 9. Describe the use of PL/SQL table?
    • Discuss
    • 10. Name any three PL/SQL exceptions?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment