inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 403581
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 699553 | 699553 | 480026 480026 | 403581 403581 |
| 699554 | 699554 | 488124 488124 | 403581 403581 |
| 699555 | 699555 | 397408 397408 | 403581 403581 |
| 699556 | 699556 | 353453 353453 | 403581 403581 |
| 699557 | 699557 | 397410 397410 | 403581 403581 |
| 699558 | 699558 | 448358 448358 | 403581 403581 |
| 699559 | 699559 | 397409 397409 | 403581 403581 |
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)
);