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
What is sql rowcount?
What is the process of debugging?
How do you clear the screen in sql?
How do I install sql?
Why is a primary key important?
what is the difference between $message and $$message? : Sql dba
Explain locks? : Transact sql
What is secondary key?
How to pipe multiline string to isql?
How can we find duplicate records in a table?
How to use boolean type in select statement?
What is count * in sql?
column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.
how would you get the current date in mysql? : Sql dba
Do we need to create index on primary key?