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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id query_id
186497 186497 64926 64926 16232 16232
186498 186498 489558 489558 16232 16232
186499 186499 31500 31500 16232 16232
186500 186500 244215 244215 16232 16232
186501 186501 268476 268476 16232 16232
186502 186502 7748 7748 16232 16232
186503 186503 268477 268477 16232 16232
186504 186504 527739 527739 16232 16232
186505 186505 207814 207814 16232 16232
186506 186506 78516 78516 16232 16232
186507 186507 201516 201516 16232 16232
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 274.875ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website