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 trigger types in sql?
How do I create a memory optimized filegroup?
How delete all records from table in sql?
What are the two different parts of the pl/sql packages?
how can we optimize or increase the speed of a mysql select query? : Sql dba
Suppose a student column has two columns, name and marks. How to get name and marks of the top three students.
How to test for null values?
what are the advantages of mysql in comparison to oracle? : Sql dba
Is sql low level language?
What is numeric function sql?
what is 'mysqldump'? : Sql dba
what is bcp? When does it used? : Sql dba
How do you exit in sql?
Is it possible for a table to have more than one foreign key?
Can primary key be changed?