inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 161156
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 294006 | 294006 | 246631 246631 | 161156 161156 |
| 294007 | 294007 | 535833 535833 | 161156 161156 |
| 294008 | 294008 | 330461 330461 | 161156 161156 |
| 294009 | 294009 | 224210 224210 | 161156 161156 |
| 294010 | 294010 | 110701 110701 | 161156 161156 |
| 294011 | 294011 | 502587 502587 | 161156 161156 |
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)
);