Using SHIP_VOYAGE_BIG, to retrieve the distinct Hull numb…

Using SHIP_VOYAGE_BIG, to retrieve the distinct Hull number for all ships that arrived at their destinations during 2013 or 2014, the WHERE clause of the SQL query that begins like this…   SELECT DISTINCT Hull_nbr FROM SHIP_VOYAGE_BIG   can be which of these? 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… 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).