· 7 years ago · Nov 19, 2018, 01:58 PM
1create table if not exists triples_cash ( 2 subject text, 3 predicate text, 4 object text 5);