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
What are the different types of a subquery?
What are conditional predicates?
What is vector point function?
what is the syntax for using sql_variant_property? : Transact sql
Can we create view in stored procedure?
What is the trigger in sql?
How can I get the number of records affected by a stored procedure?
What is full join in sql?
What are the operators used in select statements?
When you have to use a default "rollback to" savepoint of plvlog?
How does a self join work?
What is the process of copying data from table a to table b?
What is a pdo connection?
How do I partition a table in sql?
Can I learn sql in a week?