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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
831862 831862 450971 450971 15245 15245
831863 831863 401504 401504 15245 15245
831864 831864 58694 58694 15245 15245
831865 831865 401503 401503 15245 15245
831866 831866 263509 263509 15245 15245
831867 831867 357172 357172 15245 15245
831868 831868 38103 38103 15245 15245
831869 831869 487669 487669 15245 15245
831870 831870 480442 480442 15245 15245
831871 831871 7148 7148 15245 15245
831872 831872 241394 241394 15245 15245
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 338.616ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website