home / zeropm-v0-0-4

inventory_summary

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

14 rows where query_id = 54470

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
231854 231854 495075 495075 54470 54470
231855 231855 414986 414986 54470 54470
231856 231856 368387 368387 54470 54470
231857 231857 224458 224458 54470 54470
231858 231858 368389 368389 54470 54470
231859 231859 343274 343274 54470 54470
231860 231860 481886 481886 54470 54470
231861 231861 88780 88780 54470 54470
231862 231862 414985 414985 54470 54470
231863 231863 29140 29140 54470 54470
231864 231864 368390 368390 54470 54470
231865 231865 459304 459304 54470 54470
231866 231866 530413 530413 54470 54470
231867 231867 368388 368388 54470 54470
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 342.877ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website