I have 2 Databases. How can create a table in particular
database? How can i know the list of tables presented each
database?( in oracle 10g)
Answer Posted / vishnu
you can also use the database links to get the data from
other database tables. syntax is table_name@db_link.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Can we create index on primary key?
What does count (*) mean?
What is forward declaration in pl sql?
What are user defined functions?
explain commit and rollback in mysql : sql dba
What are the advantages of normalization?
How does sql store data?
What are tuples in sql?
how tsql statements can be written and submitted to the database engine? : Transact sql
What is a schema? How is it useful in sql servers?
what is the difference between union and union all? : Sql dba
What is a stored procedure in sql with example?
What is sqlcommand?
What is keys and its types?
Explain how exception handling is done in advance pl/sql?