write the Sql query for creating database backup?
Answer Posted / rk
we can do it from user_tables
like
select table_name,tablespace_name from user_tables;
| Is This Answer Correct ? | 5 Yes | 12 No |
Post New Answer View All Answers
what are the differences between procedure-oriented languages and object-oriented languages? : Sql dba
What packages(if any) has oracle provided for use by developers?
Is a secondary key the same as a foreign key?
How many columns should be in an index?
What are the types of join and explain each?
what is an execution plan? When would you use it? How would you view the execution plan? : Sql dba
what is the difference between inner and outer join? Explain with example. : Sql dba
Can you rollback after commit?
What are the types of keys?
Can we commit in trigger?
Should I use mbr or gpt?
How is pl sql different from sql?
Which are the different character-manipulation functions in sql?
What is cascade in sql?
What is Collation Sensitivity ? What are the various type ?