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 is sql engine in oracle?
How do I know if I have sql express or standard?
What do you understand by pl/sql cursors?
Which column of the user triggers data dictionary view displays the database event that will fire the trigger?
What is a constraint? Tell me about its various levels.
Can we use commit inside a trigger?
what is a primary key? : Sql dba
Which data dictionary views have the information on the triggers that are available in the database?
how to rename an existing column in a table? : Sql dba
What is the difference between microsoft sql and mysql?
What is clustered index sql?
How do you respond to dementia behavior?
Is coalesce faster than isnull?
What is using in sql?
How can we avoid duplicating records in a query?