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
What are the different ddl commands in sql?
What is oracle sql called?
What is sql engine in oracle?
What are all types of user defined functions?
What is sqlerrd?
Mention what are the benefits of pl/sql packages?
How to process query result in pl/sql?
Can we debug stored procedure?
Can pl sql procedure have a return statement?
what are all the different normalizations? : Sql dba
what are the difference between clustered and a non-clustered index? : Sql dba
how to enter numeric values as hex numbers? : Sql dba
What is a natural join sql?
What is procedure explain with example?
what is a trigger in mysql? Define different types of trigger. : Sql dba