home / zeropm-v0-0-4

inventory_summary

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

13 rows where query_id = 15043

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
742608 742608 409086 409086 15043 15043
742609 742609 243309 243309 15043 15043
742610 742610 455620 455620 15043 15043
742611 742611 363447 363447 15043 15043
742612 742612 481081 481081 15043 15043
742613 742613 409087 409087 15043 15043
742614 742614 159554 159554 15043 15043
742615 742615 35359 35359 15043 15043
742616 742616 363448 363448 15043 15043
742617 742617 494143 494143 15043 15043
742618 742618 60119 60119 15043 15043
742619 742619 266916 266916 15043 15043
742620 742620 7029 7029 15043 15043
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 881.797ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website