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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
144937 144937 51364 51364 15788 15788
286212 286212 51364 51364 74738 74738
287111 287111 51364 51364 74735 74735
717014 717014 51364 51364 74736 74736
945785 945785 51364 51364 74737 74737
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 1156.076ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website