create table nodes ( node_id int primary key, name varchar(32) -- other node info goes here )