home / zeropm-v0-0-4

inventory_summary

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

5 rows where inventory_id = 56192

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
185012 185012 56192 56192 5885 5885
353316 353316 56192 56192 16165 16165
404788 404788 56192 56192 81905 81905
881219 881219 56192 56192 81907 81907
894764 894764 56192 56192 81906 81906
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 293.714ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website