Multiple choice technology databases

Which ASE table contains the source code of a stored procedure?

  1. sysprocedures

  2. syscomments

  3. syslogs

  4. systext

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In Sybase ASE, syscomments stores the SQL source code for stored procedures, views, rules, and other compiled objects. Sysprocedures contains metadata about procedures but not the actual source code. Syslogs is for transaction logging, and systext is not a standard ASE catalog table.