inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 10324
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 520453 | 520453 | 4193 4193 | 10324 10324 |
| 520454 | 520454 | 254517 254517 | 10324 10324 |
| 520455 | 520455 | 64166 64166 | 10324 10324 |
| 520456 | 520456 | 39651 39651 | 10324 10324 |
| 520457 | 520457 | 13470 13470 | 10324 10324 |
| 520458 | 520458 | 532453 532453 | 10324 10324 |
| 520459 | 520459 | 98645 98645 | 10324 10324 |
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)
);