<%@ page contentType="text/html" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="sql" uri="http://java.sun.com/jsp/jstl/sql" %> <%-- update --%> insert into items values (?,?,?) <%-- query --%> select * from items Store (JSTL SQL)

There are ${result.rowCount} items in the store.

${colName}
${col}