inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 65423
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 388110 | 388110 | 202042 202042 | 65423 65423 |
| 388111 | 388111 | 45193 45193 | 65423 65423 |
| 388112 | 388112 | 249902 249902 | 65423 65423 |
| 388113 | 388113 | 278031 278031 | 65423 65423 |
| 388114 | 388114 | 346191 346191 | 65423 65423 |
| 388115 | 388115 | 278032 278032 | 65423 65423 |
| 388116 | 388116 | 93292 93292 | 65423 65423 |
| 388117 | 388117 | 497355 497355 | 65423 65423 |
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)
);