Are all kinds of procedural code stored on server side, once created? How are they stored?
问题 Are all kinds of procedural code (stored procedure, functions, views and triggers) stored on database or database management system server, once created, regardless of how they are created (for example, typing their definitions interactively in a command-line client of the database management system)? I am asking this because in the command-line client of a RDBMS (such as postgresql, mysql, server sql), when typing a query statement, the query statement isn't stored any where. in an