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
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 |
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 |
Is postgresql a server?
What jobs use sql?
Is left join same as join?
what are different types of collation sensitivity? : Sql dba
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
What are the types of join and explain each?
Are sql database names case sensitive?
Enlist the data types that can be used in pl/sql?
What is Collation Sensitivity ? What are the various type ?
If i insert record in table A and these record should update in table B by using Trigger.How to achieve this.
What is the different between Stored Procedure and Procedure?
Types of locks in database ?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)