Hiranya Jayathilaka <[email protected]> writes: >> A table can depend on a function. This is because the table could have a >> generated column whose generation clause invokes a user-defined function. > > > Do we capture these dependencies in the system tables? Can I get the > information regarding these dependencies by referring the SYSDEPENDS table > or some other system table?
I should think so.. Can you answer this one, Rick? Also, a CHECK constraint may depend on functions, and this is recorded in SYSDEPENDS. Dag
