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
What are the key differences between SQL and PL SQL?
How many types of keys are there in sql?
what is the syntax used for partition in tsql? : Transact sql
Is a table valued function object?
What is procedure and function?
What is sql used for?
Can you upgrade sql express to full sql?
What is denormalization in a database?
what is heap table? : Sql dba
What is on delete set null?
What is right join sql?
define sql insert statement ? : Sql dba
How would you pass hints to the sql processor?
What does trigger mean in psychology?
describe transaction-safe table types in mysql : sql dba