This blog would be providing you one stop solution for the clean solutions towards solving the problem, instead of just giving just instruction and not actual code.

20 Nov 2013

How to take backup of a table in oracle?

No comments :
CREATE TABLE EMPLOYEE_BACKUP AS SELECT * FROM EMPLOYEE;

No comments :

Post a Comment