inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 83438
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 320656 | 320656 | 274069 274069 | 83438 83438 |
| 320657 | 320657 | 274068 274068 | 83438 83438 |
| 320658 | 320658 | 343481 343481 | 83438 83438 |
| 320659 | 320659 | 536396 536396 | 83438 83438 |
| 320660 | 320660 | 57255 57255 | 83438 83438 |
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)
);