inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 89336
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 979353 | 979353 | 269064 269064 | 89336 89336 |
| 979354 | 979354 | 169358 169358 | 89336 89336 |
| 979355 | 979355 | 209840 209840 | 89336 89336 |
| 979356 | 979356 | 534961 534961 | 89336 89336 |
| 979357 | 979357 | 60979 60979 | 89336 89336 |
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)
);