I have an exam tomorrow and have a sample question I can't answer.
Can someone help please

Its stating there is a linked server in Australia called melbourne' which is linked to a local one called Sligo. Which code would be best to get a query to execute on it.
SELECT *
FROM OPENROWSET ([MELBOURNE])
, 'SELECT * FROM
product_tbl
OR
SELECT *
FROM OPENQUERY ([MELBOURNE])
, 'SELECT * FROM
product_tbl
OR
' SELECT * FROM product_tbl')
In (OPENQUERY([MELBOURNE])
Any help would be greatly appreciated thanks.