write the Sql query for creating database backup?
Answer Posted / suresh
BACKUP DATABASE DATABASE_NAME TO DISK='C:\BackupDB\DB.bak'
Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is the difference between the conventional and direct path loader? : aql loader
Does sql use python?
Does execute immediate commit?
How is use pl and sql?
How do I send sql query results to excel?
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
Why do we use set serveroutput on?
How do I know if I have sql express or standard?
what is auto increment? : Sql dba
how can we destroy the cookie? : Sql dba
What is a primary key sql?
Which command is used to delete a package?
Can you have more than one key in a database?
Why self join is used in sql?
Do we need to create index on primary key?