what is difference b/w pravite procedures and public
procedures?
Answer Posted / siva
If the procedure is with in the package it is the public
procedure,other wise it is private procedure.
Is This Answer Correct ? | 18 Yes | 8 No |
Post New Answer View All Answers
How can you maintain the integrity of your database on instances where deleting an element in a table result in the deletion of the element(s) within another table?
What is meant by <> in sql?
How do I remove sql developer from windows 10?
how can we transpose a table using sql (changing rows to column or vice-versa) ? : Sql dba
how can we find the number of rows in a table using mysql? : Sql dba
how to dump a table to a file with 'mysqldump'? : Sql dba
What are types of indexes in sql?
What is the best free sql database?
Can there be 2 primary keys in a table?
what are aggregate and scalar functions? : Sql dba
What are secondary keys?
How to handle bulk data?
what are date and time functions in mysql? : Sql dba
Is it possible to update views?
What is range partitioning?