Database
sqlga.txt
Associated article: SQL, Data Mining, & Genetic Programming
Tags: Database Design
Published source code accompanying the article by Brian Connolly in which uses genetic programming for data mining. Also see SQLGA.ZIP.
SQL, Genetic Programming, & Data Mining
by Brian Connolly
Example 1:
(a)
create table t_profile_column_values
(id int not null,
test int NULL,
parent1 int NULL,
parent2 int NULL,
c_name varchar(30) not null,
operator char(2) not null, /* '==...


