36.7k views
3 votes
"unlike most database objects, when you invoke a user-defined function, you must always preface the name of the function with the"

User RagAnt
by
8.0k points

1 Answer

4 votes

Unlike most database objects, when you invoke a user-defined function, you must always preface the name of the function with the schema name.
A schema is a collection of database objects in SQL (collection of tables) associated with one particular database username (called the schema name).

User MicNeo
by
8.5k points