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 does select top 1 do in sql?
What is over () in sql?
What is dense_rank in sql?
Explain what is sql*plus?
what is bcp? When is it used?
What is the most important ddl statements in sql are?
What is meaning of <> in sql?
Why we use stored procedure instead of query?
In pl/sql, what is bulk binding, and when/how would it help performance?
What is write ahead logging in sql server?
How do I tune a sql query?
What is a dirty read sql?
Why is partition used in sql?
What are all ddl commands?
How to Declare Fixed Length String Value In PL SQL