What is an alias and how does it differ from a synonym?

Answers were Sorted based on User's Feedback



What is an alias and how does it differ from a synonym?..

Answer / guru

Alias & Synonyms are alternate of table or a view.

ALIAS SYNONYM


1. it is a global object. 1. it is aprivate object.
2. any one can access the 2. but the one who create
alias. the alias can only
access it.
3.when the base table is
droped.Alias is not dropped. 3. when the base table is
droped.SYNONYM is dropped
automatically.

Is This Answer Correct ?    19 Yes 3 No

What is an alias and how does it differ from a synonym?..

Answer / krishna kant kumar

Alias is used in present session only but synonym is used in next session also because it is a database object.

Is This Answer Correct ?    0 Yes 0 No

What is an alias and how does it differ from a synonym?..

Answer / yogendra shinde

Hi,

Alias and Synonym both are alternative names to a table
name. But the major difference between Alias and Synonym is
that
>>>Alias can be used to refer a table at different location
( meaning different or remote system and it is not provate
to user who has created it)

>>> Synonym is used to refer table in the same location
with different name. Synonym is very much provate to the
user who has created it.

>>> Regarding dropping ALIAS and SYNONYM I am doubtful.
I have read that if we drop base table or base view then
both alias and synonym are also dropped (As per C.J.DATE
DB2 version 4.0). Please update if anybody has more on this.

Is This Answer Correct ?    4 Yes 8 No

Post New Answer

More DB2 Interview Questions

How do I create a view in db2?

0 Answers  


What is the use of DELGEN in DB2? Can we Write the program with out using it?

6 Answers   Cap Gemini,


what are extents?

5 Answers  


How to fetch the uncommited data from table ?

1 Answers   JPMorgan Chase,


What is dbrm?

0 Answers  






Q3. How will you fetch duplicate values from a DB2 table?

2 Answers   RBS,


What is DB2 (IBM Database 2)?

3 Answers  


When is the skeleton cursor table created?

1 Answers  


Why db2 is called db2?

0 Answers  


How do you do the EXPLAIN of a dynamic SQL statement?

2 Answers  


How do you simulate the explain of an embedded sql statement in spufi/qmf?

0 Answers  


I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?

0 Answers   HeadStrong,


Categories