write the Sql query for creating database backup?
Answer Posted / ganesh
create table backup as select * from user_tables;
create table backup1 as select * from user_source;
| Is This Answer Correct ? | 4 Yes | 13 No |
Post New Answer View All Answers
How to write pl sql program in mysql command prompt?
what happens if null values are involved in expressions? : Sql dba
How do sql triggers work?
Can you rollback after commit?
Can we join tables without foreign key?
What is difference sql and mysql?
what is the difference between truncate and delete statement? : Transact sql
Which is better stored procedure or query?
Why is a primary key important?
How do I create a memory optimized filegroup?
What is sqlite format?
Is it possible to create startup or shutdown trigger for on-schema?
what does it mean to have quoted_identifier on? What are the implications of having it off? : Sql dba
What are local and global variables and their differences?
Is sql the best database?