inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 26665
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 761159 | 761159 | 532463 532463 | 26665 26665 |
| 761160 | 761160 | 254542 254542 | 26665 26665 |
| 761161 | 761161 | 36081 36081 | 26665 26665 |
| 761162 | 761162 | 13484 13484 | 26665 26665 |
| 761163 | 761163 | 286514 286514 | 26665 26665 |
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)
);