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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
395232 395232 278542 278542 54323 54323
395233 395233 28831 28831 54323 54323
395234 395234 54186 54186 54323 54323
395235 395235 321726 321726 54323 54323
395236 395236 220684 220684 54323 54323
395237 395237 162539 162539 54323 54323
395238 395238 497543 497543 54323 54323
395239 395239 93704 93704 54323 54323
395240 395240 531569 531569 54323 54323
395241 395241 278541 278541 54323 54323
395242 395242 278540 278540 54323 54323
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 335.217ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website