<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %> <%@ taglib prefix="sql" uri="http://java.sun.com/jstl/sql" %> Week 6 CET 758 which states have population between 1000000 and 500000? select population, name from states where population < 1000000 and population >500000 order by population desc