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 is varchar example?
what does the t-sql command ident_current does? : Transact sql
What is an oracle stored procedure?
What is cartesian join in sql?
What are the types of variables use in pl sql?
Which kind of parameters cannot have a default value in pl sql?
Difference between truncate, delete and drop commands?
Can we use view in stored procedure?
What are sql triggers used for?
What are the types of queries in sql?
How can I speed up sql query?
Explain the difference between rename and alias?
what are the advantages of sql ? : Sql dba
How do I count duplicates in sql?
What are the indexing methods?