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 = 58633

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
2926 2926 58633 58633 85687 85687
319033 319033 58633 58633 22184 22184
790299 790299 58633 58633 85686 85686
986987 986987 58633 58633 22185 22185
1029453 1029453 58633 58633 85688 85688
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 357.815ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website