write the Sql query for creating database backup?
Answer Posted / ganesh
create table backup as select * from user_tables;
create table backup1 as select * from user_source;
| Is This Answer Correct ? | 4 Yes | 13 No |
Post New Answer View All Answers
Can we use pl sql in sql server?
How do you update a sql procedure?
give the syntax of grant and revoke commands? : Sql dba
Why having clause is used in sql?
What is the use of nvl function?
Does truncate release storage space?
Can we call a function containing dml statements in a select query?
What is insert command in sql?
what is cursor. write example of it. What are the attributes of cursor.
How delete all records from table in sql?
What is sql select statement?
What is the file extension for sql database?
What is a composite primary key?
How many types of cursors are available in pl/sql?
Name the operator which is used in the query for pattern matching?