code372.jsp
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
<%--
create table commodity(
commodityId int(11) not null auto_increment,
commodityName varchar(30) default null,
price decimal(10,2) default null,
agio decimal(4,3) default null,
primary key (commodityId)
)
--%>
</body>
</html>