inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where query_id = 10953
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 172457 | 172457 | 4508 4508 | 10953 10953 |
| 172458 | 172458 | 267350 267350 | 10953 10953 |
| 172459 | 172459 | 340696 340696 | 10953 10953 |
| 172460 | 172460 | 15703 15703 | 10953 10953 |
| 172461 | 172461 | 534591 534591 | 10953 10953 |
| 172462 | 172462 | 243515 243515 | 10953 10953 |
| 172463 | 172463 | 58970 58970 | 10953 10953 |
| 172464 | 172464 | 267349 267349 | 10953 10953 |
| 172465 | 172465 | 227703 227703 | 10953 10953 |
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)
);