home / zeropm-v0-0-4

inventory_summary

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

12 rows where query_id = 404915

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
858995 858995 420757 420757 404915 404915
858996 858996 420756 420756 404915 404915
858997 858997 373239 373239 404915 404915
858998 858998 462944 462944 404915 404915
858999 858999 420758 420758 404915 404915
859000 859000 462943 462943 404915 404915
859001 859001 462945 462945 404915 404915
859002 859002 373240 373240 404915 404915
859003 859003 373241 373241 404915 404915
859004 859004 420759 420759 404915 404915
859005 859005 497855 497855 404915 404915
859006 859006 483206 483206 404915 404915
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 360.14ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website