create a store procedure and created synonms for that store
procedure after modify that store procedure will effect on
synonms?
If we delete the store procedure what happened to that synonms?
Answer Posted / shivaindu
If you update in store procedure it will not effort in synonyms.
If we delete the store procedure that synonyms will not
delete but it won’t work.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Which tcp/ip port does sql server run?
What is the use of nvl function?
How does a trigger work?
What is the difference between jpql and sql?
Can a composite key be null?
What is %type in sql?
how to drop an existing view in mysql? : Sql dba
What does := mean in pl sql?
Why do we use triggers?
Explain the order of sql statement execution?
How much does sql cost?
How do you get column names only for a table (sql server)?
What is out parameter used for eventhough return statement can also be used in pl/sql?
How do I partition in sql?
What are the different set operators available in sql?