CREATE TABLE node (node_id, ); CREATE TABLE edge (edge_id, from_node_id, to_node_id, );