Stored Procedures Interview Questions

Stored Procedures Interview Questions

  1. What is cursors?
  2. Explain about cursors?
  3. What is stored procedure?
  4. What is a stored procedure?
  5. How will you raise an error in Sql?
  6. Explain about the RETURN statement?
  7. What are the uses of stored procedure?
  8. How to create procedure in Sql server?
  9. Explain about the properties of Cursors?
  10. Explain about recursive stored procedures?
  11. Where the procedures are stored in database?
  12. Difference between view and stored procedure?
  13. How you will return XML from Stored Procedure?
  14. What are the different types of Storage Procedure?
  15. When do one need to recompile stored procedure?
  16. How do you notify DBPAK about Stored Procedure?
  17. State the different extensions for stored procedures?
  18. When would you use stored procedure or functions?
  19. State about the security aspects of stored procedures?
  20. Explain about the implementation of stored procedures?
  21. How will know whether the SQL statements are executed?
  22. How can I call function in a stored procedure in SQL Server?
  23. What are external procedures? Why and when they are used?
  24. How do I mark the stored procedure to automatic execution?
  25. Explain about the case statement present in stored procedure?
  26. How do you find which procedures are being used in database?
  27. What are the difference between a function and a stored procedure?
  28. What is the difference between procedures and functions and triggers?
  29. Explain the benefits of running stored procedure on a database engine?
  30. Explain about the process which takes place to execute a stored routine?
  31. Explain about the implementation of business logic in stored procedures?
  32. Does storing of data in stored procedures increase the access time? Explain?
  33. What is the difference between stored procedures and stored functions in ORACLE?
  34. What is the difference between a users defined function and a stored procedure?
  35. Explain about the difficulties faced by the database developer in implementing pre compiled statements?