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?

Answers were Sorted based on User's Feedback



create a store procedure and created synonms for that store procedure after modify that store proce..

Answer / ankush

A synonym is an alternative name for objects such as
tables, views, sequences, stored procedures, and other
database objects.

So naming convention dose not effect the object if the
object code is update or modify.


The synonym exists in the datbase but it is in a invalid
state.

Is This Answer Correct ?    5 Yes 0 No

create a store procedure and created synonms for that store procedure after modify that store proce..

Answer / 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

More SQL PLSQL Interview Questions

How do I view an execution plan in sql?

0 Answers  


Can we use ddl commands in pl sql?

0 Answers  


What is set transaction?

0 Answers  


Is there any problem if we use commit repeatedly after each dml statement in a plsq procedure ? (eg. there are 10 update stmt and using 10 commit stmt after each update stmt)

1 Answers  


what are all the different normalizations? : Sql dba

0 Answers  






How to use transactions efficiently : transact sql

0 Answers  


What are the different types of dbmss?

0 Answers  


Is sql a backend language?

0 Answers  


What is rtm in testing?

0 Answers  


there is A table and B table in A table there 5 rows and in b table there are 2 rows i am firing query select * from a,b what will be the output?

7 Answers   Cognizant,


how to drop an existing table in mysql? : Sql dba

0 Answers  


how to drop an existing view in mysql? : Sql dba

0 Answers  


Categories