Answer Posted / 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 |
Post New Answer View All Answers
how many tables will create when we create table, what are they? : Sql dba
How do you use join?
What is procedure in pl sql?
How to handle bulk data?
What is restrict in sql?
Can a view be mutating? If yes, then how?
What are local and global Indexes and where they are useful.
Why primary key is required?
Can I create table without primary key?
how to load data files into tables with 'mysqlimport'? : Sql dba
What is the purpose of the primary key?
what is a database? : Sql dba
What is primary key and unique key?
What is compilation error in pl sql?
How can we link a sql database to an existing android app?