別のデータベースからデータを転送する必要があります。古いデータベースは paw1.moviesDB と呼ばれ、新しいデータベースは paw1 です。各テーブルのスキーマは次のとおりです。
Awards (name of the table)(new DB)
Id [PK] Serial Award
Nominations (name of the table) (old DB)
Id [PK] Serial nominations
古いデータベースから新しいデータベースにデータをコピーするにはどうすればよいですか?