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 the usage of nvl function?
What is break?
How do you explain an index number?
What are the syntax and use of the coalesce function?
what are the types of subquery? : Sql dba
Explain the the delete statements in sql?
How is indexing done in search engines?
what are sequences
How to test for null values?
How can I get the number of records affected by a stored procedure?
what is the functionality of the function htmlentities? : Sql dba
What is offset in sql query?
How to convert comma separated string to array in pl/sql?
What is difference between joins and union?
Explain the structure of pl/sql in brief.