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
Inline the values in PL/SQL, what does it mean.?
Which operator is used in query for pattern matching?
How do you delete a table?
Does mysql_real_escape_string prevent sql injection?
what are the non-standard sql commands supported by 'mysql'? : Sql dba
What is dynamic query?
Explain raise_application_error.
Explain character-manipulation functions?
what is an index? : Sql dba
What is the best free sql database?
what is the difference between delete and truncate statement in sql? : Sql dba
How do I write a cron which will run a sql query and mail the results to agroup?
What are basic techniques of indexing?
How many sql databases can you have on one server?
What are inner and outer joins examples of both?