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 are the ways on commenting in a pl/sql code?
What is full join?
What are the two parts of design view?
what is index? : Sql dba
Why is sql*loader direct path so fast?
What is string join?
what is the difference between group by and order by in sql? : Sql dba
how to delete an existing column in a table? : Sql dba
Is a foreign key always unique?
What are tuples in sql?
What are packages in pl sql and also explain its advantages?
How does index help in query performance?
What are the various restrictions imposed on view in terms of dml?
What is scope and visibility in PL/SQL?
what is 'mysqld'? : Sql dba