SELECT Id FROM new_searchtable where (water_body like 'Newfound%' and water_body_type ='Lake') and (type = 'R' or type ='O') and subdivision like'%Bristol Shores' and subdivision like'%Bristol Shores' AND list_price BETWEEN '0' AND '30000000' ORDER BY list_price Desc