inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
12 rows where query_id = 15562
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 130484 | 130484 | 155671 155671 | 15562 15562 |
| 130485 | 130485 | 265126 265126 | 15562 15562 |
| 130486 | 130486 | 242228 242228 | 15562 15562 |
| 130487 | 130487 | 488939 488939 | 15562 15562 |
| 130488 | 130488 | 229376 229376 | 15562 15562 |
| 130489 | 130489 | 77655 77655 | 15562 15562 |
| 130490 | 130490 | 46437 46437 | 15562 15562 |
| 130491 | 130491 | 34628 34628 | 15562 15562 |
| 130492 | 130492 | 527340 527340 | 15562 15562 |
| 130493 | 130493 | 265127 265127 | 15562 15562 |
| 130494 | 130494 | 265125 265125 | 15562 15562 |
| 130495 | 130495 | 7344 7344 | 15562 15562 |
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)
);