logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Write an SQL Query to find employees whose name starts with an ?M??


  • Correct Answer
  • SELECT *FROM Employees WHERE EmpName like ?M%? 


  • Technology problems


    Search Results


    • 1. Define Trigger
    • Discuss
    • 2. How to create recursive query in SQL Server?
    • Discuss
    • 3. Mention the difference between clustered and a non-clustered index?
    • Discuss
    • 4. Which command using Query Analyzer will give you the version of SQL server and operating system?
    • Discuss
    • 5. What is SQL Server Agent?
    • Discuss
    • 6. Difference between a query and a statement in SQL?
    • Discuss
    • 7. Describe the use of PL/SQL table?
    • Discuss
    • 8. Name any three PL/SQL exceptions?
    • Discuss
    • 9. What are PL/SQL cursor exceptions?
    • Discuss
    • 10. How can you find a PL/SQL block, if the cursor is open?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment