What is a database link?
Answers were Sorted based on User's Feedback
Answer / anil_abbireddy
database link establishes a link between two databases
there are 3 type os database links
1. private
2. public
3. network
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / prabha
consider database DB1 and table TB1
we can able to access TB1 from another Database
Ex . select * from TB1@LINK1
Is This Answer Correct ? | 0 Yes | 0 No |
It's a named path through which remote database can be
accessed.
Is This Answer Correct ? | 0 Yes | 1 No |
What is count * in sql?
Can two tables have same primary key?
How do I order columns in sql?
How to check if a column is nullable before setting to nullable?
Write a query to find second highest salary of an employee.
Under what condition it is possible to have a page level lock and row lock at the same time for a query? : Transact sql
How to run sql statements with oracle sql developer?
what are the advantages of primary key over unique+notnull
7 Answers Consultancy, LGS, Oracle,
full outer join syntax
Show the cursor attributes of pl/sql.
What is a trigger word?
what does the t-sql command ident_current does? : Transact sql