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 run a sql query?
What are sql functions? Describe in brief different types of sql functions?
Which command is used to delete a trigger?
what is the difference between char_length and length? : Sql dba
What does over partition by mean in sql?
What are sql constraints?
What is implicit cursor in pl sql?
Lookups are a key component in sql server integration services (ssis). Explain its purpose?
How consistent is the view of the data between and within multiple sessions, transactions or statements ?
How do I run sql profiler?
What is the advantage of index in sql?
How to write html code in pl sql?
what are the performance and scalability characteristics of mysql? : Sql dba
How many types of literals are available in pl sql?
Does view store data in sql?