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
How do I turn a list into a table?
what are the different index configurations a table can have? : Sql dba
How consistent is the view of the data between and within multiple sessions, transactions or statements ?
What is parameter substitution in sql?
Write the order of precedence for validation of a column in a table? I. Done using database triggers. Ii. Done using integarity constraints
Is it mandatory for the primary key to be given a value when a new record is inserted?
What is an index in sql with example?
What is the use of pl/sql table?
Why does sql need a server?
Which is better join or subquery?
What sql does db2 use?
How many databases can sql express handle?
Can dml statements be used in pl/sql?
How to set up sql*plus output format in oracle?
Can you do multiple joins in sql?