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 do I edit a stored procedure?
Can one improve the performance of sql*loader? : aql loader
What is the maximum database size for sql express?
What is a variable in sql?
What is dml and ddl?
difference between anonymous blocks and sub-programs.
What is pl sql commands?
What types of commands can be executed in sql*plus?
What are the different types of tables in sql?
Why is nosql good?
what is the difference between char and varchar data types? : Sql dba
What are the types of queries in sql?
how to fetch common records from two tables? : Sql dba
what are date and time functions in mysql? : Sql dba
What is the syntax to add a record to a table?