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
How do you update sql?
What are the different dcl commands in sql?
what is not null constraint? : Sql dba
What is a mutating table and a constraining table?
What is a unique constraint?
Is sql injection illegal?
Can we delete column in sql?
Explain what is sql?
Can a key be both primary and foreign?
What is recursive join in sql?
How to check if a column is nullable before setting to nullable?
What is difference sql and mysql?
How to create a menu in sqlplus or pl/sql?
Do stored procedures prevent sql injection?
what is “go” in t-sql? : Transact sql