Invoices Data
dataset with several columns related to invoices
@kaggle.ghassenkhaled_invoices_data
dataset with several columns related to invoices
@kaggle.ghassenkhaled_invoices_data
CREATE TABLE newest_invoices_data (
"id_invoice" BIGINT,
"issueddate" TIMESTAMP,
"country" VARCHAR,
"service" VARCHAR,
"total" DOUBLE,
"discount" DOUBLE,
"tax" DOUBLE,
"invoicestatus" VARCHAR,
"balance" DOUBLE,
"duedate" TIMESTAMP,
"client" VARCHAR
);
Anyone who has the link will be able to view this.