Can you please suggest me some way how to connect to a oracle database using excel and want to execute some sql query, for a sample

PHP Code:
select name,marks from student where marks>30 
i need to fetch the data in a table format.

Please guide me