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
Does sql view stored data?
How long will it take to learn pl sql?
what are the 'mysql' command line options? : Sql dba
Does truncate table reset auto increment?
how to calculate expressions with sql statements? : Sql dba
discuss about myisam key cache. : Sql dba
What is latest version of sql?
What is trigger in sql?
what is normalization? : Sql dba
What is function and procedure?
What is sqlexception in java?
What is sqlite format?
What is sql indexing?
How to convert comma separated string to array in pl/sql?
Explain the purpose of %type and %rowtype data types with the example?