Samples for Clickbank Products Database
Table Structure:
CREATE TABLE `cb_products` ( `hop` varchar(255) NOT NULL, `title` varchar(200) NOT NULL default '', `description` tinytext NOT NULL, `id` int(10) unsigned NOT NULL auto_increment, PRIMARY KEY (`id`), UNIQUE KEY `hop` (`hop`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=15111 ;
Samples:
CREATE TABLE `cb_products` ( `hop` varchar(255) NOT NULL, `title` varchar(200) NOT NULL default '', `description` tinytext NOT NULL, `id` int(10) unsigned NOT NULL auto_increment, PRIMARY KEY (`id`), UNIQUE KEY `hop` (`hop`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=15111 ;
Samples:



