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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
143494 143494 228678 228678 15771 15771
143495 143495 527478 527478 15771 15771
143496 143496 42025 42025 15771 15771
143497 143497 66009 66009 15771 15771
143498 143498 329684 329684 15771 15771
143499 143499 265754 265754 15771 15771
143500 143500 7477 7477 15771 15771
143501 143501 489109 489109 15771 15771
143502 143502 242766 242766 15771 15771
143503 143503 155816 155816 15771 15771
143504 143504 265755 265755 15771 15771
143505 143505 77890 77890 15771 15771
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 327.67ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website