what are the database links ?
Answers were Sorted based on User's Feedback
Answer / sushil
database link is a link which is used to connect two
databases.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / guru
Database Link is a named path through which a remote
database can be accessed.
| Is This Answer Correct ? | 2 Yes | 2 No |
how to select second mauximum value in a given table under salary column
What is the relationship among database, tablespace and data file?
why you need store procedure ? where do we use it in a Java project? can you get the code for as store procedure using in Java?
What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?
How do you store pictures in a database?
How to set a transaction to be read only in oracle?
How to get a create statement for an existing table?
What is Oracle table?
Give the constructs of a package, function or a procedure.
What is a proxy class?
I have a table emp. There is only one column in the table. In that , there are only three rows in that column. The value in the first row is 'A' and the value in the second row is 'B' and the third row is 'C'. Now, my question is , How will you write a select query to display the output as B C A Note: order by cannot be used coz it gives us output as CBA. But the output should be BCA.
What is Network Database link ?