inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 107758
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 76278 | 76278 | 154701 154701 | 107758 107758 |
| 76279 | 76279 | 231668 231668 | 107758 107758 |
| 76280 | 76280 | 76330 76330 | 107758 107758 |
| 76281 | 76281 | 487957 487957 | 107758 107758 |
| 76282 | 76282 | 322359 322359 | 107758 107758 |
| 76283 | 76283 | 526570 526570 | 107758 107758 |
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)
);