inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 58551
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 297137 | 297137 | 224053 224053 | 58551 58551 |
| 297138 | 297138 | 324330 324330 | 58551 58551 |
| 297139 | 297139 | 535898 535898 | 58551 58551 |
| 297140 | 297140 | 35880 35880 | 58551 58551 |
| 297141 | 297141 | 61991 61991 | 58551 58551 |
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)
);