InterviewSolution
Saved Bookmarks
| 1. |
Give One Method For Transferring A Table From One Schema To Another: |
|
Answer» There are SEVERAL possible METHODS, export-import, CREATE TABLE... AS SELECT, or COPY. There are several possible methods, export-import, CREATE TABLE... AS SELECT, or COPY. |
|