Answer Posted / meher
copy from user_name/password@schema_name insert
target_table_name using select * from source_table_name;
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is nvarchar in sql?
What is set serveroutput on in pl sql?
What is full join in sql?
What is a left inner join?
How to select the Nth maximum salary from Table Emp in Oracle SQL Plus ?
How do you get column names only for a table (sql server)?
Suppose a student column has two columns, name and marks. How to get name and marks of the top three students.
What is embedded sql what are its advantages?
What is the difference between microsoft sql and mysql?
Who is the owner of mysql database?
What is self-join and what is the requirement of self-join?
What are the different types of functions in sql?
how to get help information from the server? : Sql dba
What does the base_object_type column shows in the user.triggers data dictionary view?
What is record type in pl sql?