inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 19697
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 898271 | 898271 | 493591 493591 | 19697 19697 |
| 898272 | 898272 | 263687 263687 | 19697 19697 |
| 898273 | 898273 | 241490 241490 | 19697 19697 |
| 898274 | 898274 | 60133 60133 | 19697 19697 |
| 898275 | 898275 | 9663 9663 | 19697 19697 |
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)
);