What is synonym?

Answers were Sorted based on User's Feedback



What is synonym? ..

Answer / suraj kedia

A synonym is nothing but a permanent alias name given to an
existing data base table.

The main concept of synonym is as below;
1)To hide the original table name.
2)To hide the owner of the table.

Synonym can be created on following 3 objects:
1)Table
2)View
3)Synonym

Synonym are of basically 2 types:
1)Public synonym: This can only be created by a data base
administrator.
2)Private synonym: This can be created by any valid data
base user.

Syntax for creating a synonym is

create [or replace] synonym synonym_name for object name;

Is This Answer Correct ?    13 Yes 0 No

What is synonym? ..

Answer / mike

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

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Informatica Interview Questions

what is upstream and downstream transformation?

7 Answers  


How to load time dimension?

1 Answers   Ford,


What is the filename which you need to configure in UNIX while installing infromatica?

2 Answers   Accenture,


What is the difference between a shortcut of an object and copy of an object? Compare them.

3 Answers  


i have source in oracle 10g,oracle 8i how will u take the data from two sources

2 Answers   TCS,






What is a Shortcut and What is the difference between a Shortcut and a Reusable Transformation?

1 Answers  


what is the max/min size allocated for caches.whether index or datacache in any of the transformations like Joiner or Aggregator.bcoz it is set to Auto by default which means we need not to allocate no of bytes or MB.so what is the use of these properties.please let me know about the caches. Thnaks in advance Sai Ram

3 Answers  


What are the issues u have faced in ur project? Guys pls answer to dis question.Due to this question I have failed in 3 interviews.

3 Answers   Amdocs, Deloitte,


If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b,the target shd be loaded as 1 a+b+c or 1 a||b||c, what transformations shd be used for this?

3 Answers   CTS, Wipro,


need for registering a repository server

1 Answers  


Do you have to change the reject file b4 using reject loader utility.

1 Answers  


If u r using dynamic cache lookup port will be thier in thet which option u will select

1 Answers   HCL,


Categories