Using database SHIPPING, which contains three tables: SHIP,…

Using database SHIPPING, which contains three tables: SHIP, SHIP_VOYAGE, and OWNER… to get all the fields from all the records in SHIP and any matching records in SHIP_VOYAGE, which would be the correct query? Note: There are other records in the table(s) that are not represented here. The query must work no matter what records are in the table(s).

Using database SHIPPING, which contains three tables: SHIP,…

Using database SHIPPING, which contains three tables: SHIP, SHIP_VOYAGE, and OWNER… which is the correct SELECT clause of a query that will retrieve the hull number, owner, and flag of each ship? Note: There are other records in the table(s) that are not represented here. The query must work no matter what records are in the table(s).