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
how to escape special characters in sql statements? : Sql dba
Can we join 3 tables in sql?
What is clustered index sql?
How to run sql statements with oracle sql developer?
What is difference between inner join and self join?
What is the function that is used to transfer a pl/sql table log to a database table?
Can a foreign key be null?
Does pdo prevent sql injection?
What is procedure and function in sql?
What is the difference between a query and a report?
Can we insert in view in sql?
Show code of a cursor for loop.
What are the two parts of design view?
What is schema in sql example?
how many sql dml commands are supported by 'mysql'? : Sql dba