3.14 Conclusion
This chapter has been a tour through many aspects of stored procedure creation. You have seen the creation of a procedure that includes input parameters. The procedure was made more robust through the addition of error processing. We also demonstrated three different ways fo passing data back to the calling process: the result set, the return code and output parameters.
We will be revisiting topics discussed in this chapter in later chapters.