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
Write an sql query to select all records from the table?
What is scalar and vector?
how to return query output in html format? : Sql dba
difference between anonymous blocks and sub-programs.
What does where 1/2 mean in sql?
What is primary key and unique key?
What are the various restrictions imposed on view in terms of dml?
How does postgresql compare to oracle/db2/ms sql server/informix?
What is the difference between joins?
Define select, insert, create, delete, update, drop keywords
What are the qualities of 2nf?
What is rownum in sql?
what is single byte over head in oracle..?
How does one use sql*loader to load images, sound clips and documents? : aql loader
What does joining a thread mean?