write the Sql query for creating database backup?
Answer Posted / manojbatra071
create table backuptablename as select * from originaltablename;
| Is This Answer Correct ? | 3 Yes | 13 No |
Post New Answer View All Answers
Which is faster view or stored procedure?
How many parts of a pl sql block are optional?
What is mdf ldf and ndf?
How do you go back in sql?
what is data control language? : Sql dba
What kind of join is join?
Where not exists in sql?
What does trigger mean in slang?
What is a native sql query?
Is sql a case sensitive language?
How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?
What is Difference Between Unique and Primary Key Constraints?
Determine if oracle date is on a weekend?
what is commit? : Sql dba
What are the topics in pl sql?