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
Explain what is dbms?
What is sql and db2?
How does index help in query performance?
How do you write a subquery?
What are the parts of a basic sql query?
what is sp_pkeys? : Transact sql
Explain ttitle and btitle.
What is a system versioned table?
What are different joins used in sql?
What packages are available to pl/sql developers?
How do you define a foreign key?
How to fetch values from testtable1 that are not in testtable2 without using not keyword?
how to get a list of indexes of an existing table? : Sql dba
Can we call dml statement in function?
What is data modelling in sql?