inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 27619
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 609349 | 609349 | 29786 29786 | 27619 27619 |
| 609350 | 609350 | 100625 100625 | 27619 27619 |
| 609351 | 609351 | 14028 14028 | 27619 27619 |
| 609352 | 609352 | 500601 500601 | 27619 27619 |
| 609353 | 609353 | 532944 532944 | 27619 27619 |
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)
);