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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
565709 565709 289528 289528 44685 44685
565710 565710 30869 30869 44685 44685
565711 565711 540296 540296 44685 44685
565712 565712 132918 132918 44685 44685
565713 565713 319618 319618 44685 44685
565714 565714 45258 45258 44685 44685
565715 565715 203363 203363 44685 44685
565716 565716 289529 289529 44685 44685
565717 565717 255877 255877 44685 44685
565718 565718 23256 23256 44685 44685
565719 565719 519792 519792 44685 44685
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 294.979ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website