Create a backup of employee table with emp_tbd name in SQL
How to create a backup of employee table with emp_tbd name ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Nov 19, 2012, 6:00 AM
SELECT *
INTO emp_tbd
FROM employee