write the Sql query for creating database backup?
Answer Posted / k.l.rajesh babu
BACKUP DATABASE DATABASE_NAME TO DISK='C:\BackupDB\DB.bak'
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
How do I run a script in sql developer?
What are the two types of periodical indexes?
What are the query optimization techniques?
What is a unique key?
Write a sql select query that only returns each name only once from a table?
What is a boolean in sql?
What is the difference between having clause and where clause?
what happens if null values are involved in expressions? : Sql dba
What is trigger in sql?
What are local and global variables and their differences?
Why do we create stored procedures & functions in pl/sql and how are they different?
How do I view a view in sql?
What are the two types of exceptions in pl/sql?
Is it possible to create the following trigger: before or after update trigger for each row?
What is the most important ddl statements in sql are?