Q. What is the SQL statement used to display the text of a procedure stored in database?

A. select text from dba_source where name = 'Procedurename'