write the Sql query for creating database backup?
Answer Posted / vikneswaran
SELECT column_name(s)
INTO new_table_name
FROM old_tablename
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
Is sql developer case sensitive?
Why is pl sql needed?
What does the hierarchical profiler does?
What is difference between group by and partition by?
What are different types of sql?
What is query execution plan in sql?
How do I trace sql profiler?
What is the meaning of disabling a trigger?
Why do we need unique key in a table?
Can you skip header records while loading? : aql loader
How do I view tables in sql developer?
What are the constraints available in sql?
How to assign sql query results to pl sql variables?
What is the use of sqldataadapter?
What is sql server and ase?