inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 17531
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 740626 | 740626 | 8475 8475 | 17531 17531 |
| 740627 | 740627 | 252113 252113 | 17531 17531 |
| 740628 | 740628 | 282092 282092 | 17531 17531 |
| 740629 | 740629 | 55479 55479 | 17531 17531 |
| 740630 | 740630 | 35245 35245 | 17531 17531 |
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)
);