query
13 select * from product_master24 where sell_price > 2000 and sell_price <= 5000;
15 rename the new column in the above query as new_price (already done in question14).
29