Hi @tanu1
The option_id error may occur because you’re attempting to key the table by option_id, but that column isn’t included in your select statement.
It also asks in the question to break it down by option (screenshot provided) which should hint that a by cause is also needed.
If you have any follow up questions, please let me know!