Invoices Data
dataset with several columns related to invoices
@kaggle.ghassenkhaled_invoices_data
dataset with several columns related to invoices
@kaggle.ghassenkhaled_invoices_data
This dataset is related to financial transactions or invoices and includes information about the invoiced parties, services, and financial details. Depending on your specific analysis or use case.
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.