Create graph table
We must create and use a graph table before storing and querying data. There could be different tables that we can create within a db to keep different kinds of network data as we like.
USE GRAPH <table_name>
For example, to create or use table my_graph_table
CREATE GRAPH my_graph_table