inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 404554
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 741231 | 741231 | 417478 417478 | 404554 404554 |
| 741232 | 741232 | 370568 370568 | 404554 404554 |
| 741233 | 741233 | 482494 482494 | 404554 404554 |
| 741234 | 741234 | 460901 460901 | 404554 404554 |
| 741235 | 741235 | 417477 417477 | 404554 404554 |
| 741236 | 741236 | 496133 496133 | 404554 404554 |
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)
);