inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 31905
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 210675 | 210675 | 504896 504896 | 31905 31905 |
| 210676 | 210676 | 37775 37775 | 31905 31905 |
| 210677 | 210677 | 107760 107760 | 31905 31905 |
| 210678 | 210678 | 170077 170077 | 31905 31905 |
| 210679 | 210679 | 16481 16481 | 31905 31905 |
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)
);