1.

Give A Few Guidelines To Minimize The Dependency Failures ?

Answer»

A few guidelines that would minimize the dependency failures are as follows:

  •  Refer to tables indirectly using VIEWS
  •  Include column list with INSERT statements
  •  QUERY with SELECT * notation
  •  Declare records with the %ROWTYPE ATTRIBUTE
  •  Declare variables with the %TYPE attribute
  •  Use packages for procedures and FUNCTIONS

A few guidelines that would minimize the dependency failures are as follows:



Discussion

No Comment Found