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 is offset-fetch filter in tsql? : Transact sql
How to Declare Fixed Length String Value In PL SQL
What is a pdo connection?
What is left inner join in sql?
What is the difference between rename and alias?
What is pragma in sql?
Explain how you can copy a file to file content and file to pl/sql table in advance pl/sql?
Can a foreign key be a duplicate?
How do you update a sql procedure?
Which type of cursor is used to execute the dml statement?
What is sharding in sql?
How do you run a query?
How many unique keys can a table have?
What does over partition by mean in sql?
What is data control language (dcl)?