This blog is mostly focused on the technical aspect of data mining.
We can use "rename" to rename a table or view.
SQL> rename tbl_test01 to tbl_test01b; Table renamed.
SQL> alter table tbl_test01c rename to tbl_test01d; Table altered.
Post a Comment
No comments:
Post a Comment