A source table functions as a partial view of your actual database table.
When creating a source table, you'll need to specify its name, source location (table and schema names from the original table), and column definitions with their data types.
You can also import multiple source tables at once by using the Import source tables button. Read more.