Searching...
Tuesday, January 31, 2017

Servlet Crud Operation

January 31, 2017

Servlet Crud Operation




Database
CREATE TABLE `product` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(45) DEFAULT NULL,
`price` decimal(10,0) DEFAULT NULL,
`quantity` int(45) DEFAULT NULL,
`description` varchar(450) DEFAULT NULL,
`photo` varchar(45) DEFAULT NULL,
`active` tinyint(1) DEFAULT NULL,
`createiondate` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`)
)


1 comments:

  1. Thanks on your marvelous posting! I certainly enjoyed reading it, you may be a great author.I will make sure to bookmark your blog and may come back someday. I want to encourage yourself to continue your great job, have a nice holiday weekend! outlook login

    ReplyDelete

ads2