home / zeropm-v0-0-4

inventory_summary

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

11 rows where query_id = 15843

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
146933 146933 266001 266001 15843 15843
146934 146934 155889 155889 15843 15843
146935 146935 266000 266000 15843 15843
146936 146936 242878 242878 15843 15843
146937 146937 78008 78008 15843 15843
146938 146938 489191 489191 15843 15843
146939 146939 45378 45378 15843 15843
146940 146940 228558 228558 15843 15843
146941 146941 7519 7519 15843 15843
146942 146942 319390 319390 15843 15843
146943 146943 527515 527515 15843 15843
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 298.357ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website