%sql
#create a table CREATE TABLE customers ( id INTEGER PRIMARY KEY NOT NULL, name TEXT NOT NULL, billiing_address TEXT NOT NULL );