home / zeropm-v0-0-4

inventory_summary

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

4 rows where inventory_id = 46509

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
273477 273477 46509 46509 22139 22139
316498 316498 46509 46509 22138 22138
849686 849686 46509 46509 67438 67438
961277 961277 46509 46509 67439 67439
CREATE TABLE [inventory_summary] (
        [inventory_id] integer,
        [query_id] integer,
        FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
        FOREIGN KEY (query_id) REFERENCES api_ready_query(query_id)
);
Powered by Datasette · Queries took 1002.32ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website