Question
What is the difference between a SYNONYM and a VIEW ?

Answers

A SYNONYM is a name assigned to a table or view that may thereafter be used to refer it. If you access to another user’s table, you may create a synonym for it and refer to it by the synonym alone, without entering the user’s name as a qualifier.

A View is a database object that is a logical representation of a table. It is derived from a table but has no storage space of its own and often may be used in the same manner as a table.

Difference: A View can be based on MULTIPLE Tables whereas a SYNONYM is based on a single object only.   Your Comment




More Software Questions..
What is the inputsplit in map reduce software?

What is software configuration management?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?

What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?

Which oracle package is used to manage the oracle lock management services?

What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?

What is marker interface?

What types of partitioning are there for BW?



Search
Can you Answer!!
  • Q What role does proline play in tertiary structures?
  • Q Mozart wrote Ah, Vous Dirai-Je, Maman what's its English title
  • Q Who is the only woman to be appointed to the post of Chief Election Commissioner of India?
  • Q Which was known as Chalco-lithic Age?
  • Q What is the use of MVC programming model
  • Q Which country is the largest producer of cotton in the world?
  • Q How to improve the performance of Talend job having complex design?
  • Q Create any functions? how to go about it?
  • Q How to change the colour of ClassWizard-generated code!
  • Q CASA stands for Current Account and Savings Account which is mostly used in
  • Q How would you ensure 100% coverage of testing?