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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
668430 668430 295882 295882 54156 54156
668431 668431 259083 259083 54156 54156
668432 668432 344104 344104 54156 54156
668433 668433 28510 28510 54156 54156
668434 668434 211753 211753 54156 54156
668435 668435 206516 206516 54156 54156
668436 668436 295883 295883 54156 54156
668437 668437 75417 75417 54156 54156
668438 668438 206515 206515 54156 54156
668439 668439 486880 486880 54156 54156
668440 668440 154051 154051 54156 54156
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 810.62ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website