inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 40661
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 503322 | 503322 | 513424 513424 | 40661 40661 |
| 503323 | 503323 | 21129 21129 | 40661 40661 |
| 503324 | 503324 | 253969 253969 | 40661 40661 |
| 503325 | 503325 | 126641 126641 | 40661 40661 |
| 503326 | 503326 | 29124 29124 | 40661 40661 |
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)
);