Is it possible to write multiple oracle database tables into one parquet file?

294 Views Asked by At

I have a requirement where I want to convert my oracle DB data to parquet. So in my database I have multiple tables for example Employee, Department. So is it possible to insert the data of both the tables in single parquet file? Or do i need to create separate parquet file for each table?

0

There are 0 best solutions below