InterviewSolution
Saved Bookmarks
| 1. |
What Are The Different Ways To Load Data From A File Into A Table? |
|
Answer» USE nzload to load the data from a file into a table CREATE an EXTERNAL table and then load the original table USING the external table. Use nzload to load the data from a file into a table Create an external table and then load the original table using the external table. |
|