Answer Posted / vinod
A synonym is used to reference a table or view by another
name. The other name can then be written in the application
code pointing to test tables in the development stage and to
production entities when the code is migrated. The synonym
is linked to the AUTHID that created it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which are the db2 tools to protect integrity of the database?
Discuss about db2 bind?
What is meant by explain?
What is null indicator in cobol db2?
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.
what is the role of the cursor in db2?
How to connect to db2 database from windows command line?
What's The Error Code For Unique Index Voilation?
Who uses db2?
What action db2 takes when a program aborts in the middle of a transaction?
What are the rules for db2 programming?
what are bind concepts in db2 cobol?
Explain what are the various isolation levels possible?
How can we retrieve the total number of records in RPG & CLLE?
How do I add a column in db2?