logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Define Trigger


  • Correct Answer
  • Trigger allows us to execute a batch of SQL code when an insert, update or delete command is executed against a specific table Triggers are special types of stored procedures that are defined to execute automatically in place of or after data modifications They can be executed automatically on the insert, delete and update operation 


  • Technology problems


    Search Results


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


    Comments

    There are no comments.

Enter a new Comment