inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 3417
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 371654 | 371654 | 527954 527954 | 3417 3417 |
| 371655 | 371655 | 79183 79183 | 3417 3417 |
| 371656 | 371656 | 308636 308636 | 3417 3417 |
| 371657 | 371657 | 51478 51478 | 3417 3417 |
| 371658 | 371658 | 1354 1354 | 3417 3417 |
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)
);