inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 60306
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 215540 | 215540 | 245516 245516 | 60306 60306 |
| 215541 | 215541 | 338302 338302 | 60306 60306 |
| 215542 | 215542 | 270518 270518 | 60306 60306 |
| 215543 | 215543 | 535379 535379 | 60306 60306 |
| 215544 | 215544 | 38772 38772 | 60306 60306 |
| 215545 | 215545 | 53146 53146 | 60306 60306 |
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)
);