write the Sql query for creating database backup?
Answer Posted / vikneswaran
SELECT column_name(s)
INTO new_table_name
FROM old_tablename
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
How can you load microsoft excel data into oracle? : aql loader
Will truncate release space?
Can we use ddl statements in stored procedure sql server?
What is the default isolation level in sql server? : Transact sql
What are the two types of periodical indexes?
How can you fetch first 5 characters of the string?
What is pivot in sql?
How do I add a primary key to a table?
What is before and after trigger?
What is a primary key? Explain
what are the differences between char and nchar? : Sql dba
What is acid property in a database?
Can a select statement fire a trigger?
What is mdf ldf and ndf?
How can we store rows in PL/SQL using array?