What are synonyms in sql?



What are synonyms in sql?..

Answer / Sunil Kumar Saini

In SQL, a synonym is an alternate name for an existing object (such as table or view) within the same database. Synonyms can be used to simplify queries by allowing you to reference objects using a more convenient name.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

How the execution will be done in exceptions?

2 Answers  


what is difference between "Primary key" and "Unique key"?

4 Answers   PreVator,


How do I remove duplicates in two columns?

0 Answers  


How can use stored procedures in sql?

1 Answers  


What is the maximum number of columns in sql table?

1 Answers  


what is 'mysqldump'? : Sql dba

1 Answers  


How does rowid help in running a query faster?

1 Answers  


Does inner join return duplicate rows?

1 Answers  


What is transaction control language (tcl)?

1 Answers  


ex: take one schema in that t1,t2,.....tn tables and you don't no the table name also. write a procedure if enter columns name then display the maching columns .otherwise display the unmatch columns.

1 Answers   Zensar,


Can a key be both primary and foreign?

1 Answers  


What is sql table?

1 Answers  


Categories