How many database objects (trigger, packages, sequence etc)
uses a
particular field in a given table.
For ex: I want to know how many database object uses the
ATTRIBUTE1 in
the PO_VENDORS table.
What query will give me the result showing the database
object
name(package, trigger etc),
field_name used (in this case ATTRIBUTE1) and table_name
(in this case
PO_VENDORS).
Answer Posted / raji_4u
CHECK THE VIEW "USER_DEPENDENCIES"
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Is trigger a stored procedure?
What is trigger in sql? Explain
How is a PL/SQL code compiled?
How do I count rows in sql query?
Who developed sql?
What is a parameter query?
What are the popular database management systems in the it industry?
What is the difference between join and natural join?
What is %type in sql?
how can we submit a form without a submit button? : Sql dba
How does cross join work in sql?
How do I view an execution plan in sql?
how to convert character strings to dates? : Sql dba
how to create a new table in mysql? : Sql dba
What is the file extension for sql database?