InterviewSolution
| 1. |
What Is The Significance Of Authid Property While Creating A Procedure? |
|
Answer» The AUTHID property affects the NAME resolution and privilege checking of SQL statements at runtime; however, it does not affect the compilation, and has no meaning for blocks that have no code, such as COLLECTION types. The AUTHID property affects the name resolution and privilege checking of SQL statements at runtime; however, it does not affect the compilation, and has no meaning for blocks that have no code, such as collection types. |
|