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
Why is sql important?
What are the constraints available in sql?
What is trigger and how to use it in sql?
what are the different type of normalization? : Sql dba
How does left join work in sql?
Why stored procedure is faster than query?
How do I create a sql database?
Is it possible to remove child records without removing master table records...the two having pk,fk relationship?
What are the benefits of pl sql?
How can we find duplicate records in a table?
What is record data type?
How many types of indexes are there in sql?
What found sql?
Under what condition it is possible to have a page level lock and row lock at the same time for a query? : Transact sql
what is a constraint? Tell me about its various levels. : Sql dba