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
Explain the the delete statements in sql?
How do I start sql from command line?
Why plvtab is considered as the easiest way to access the pl/sql table?
what are the differences between require and include, include_once and require_once? : Sql dba
Mention what plvcmt and plvrb does in pl/sql?
Does inner join return duplicate rows?
What is pl sql commands?
Is a foreign key always unique?
How can a pl sql block be executed?
What is write ahead logging in sql server?
Does truncate table reset auto increment?
How do I view a sql trace file?
Explain aggregate functions are available there in sql?
Whis is not false in primary key?
How do I quit sql?