inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 83823
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 716263 | 716263 | 57488 57488 | 83823 83823 |
| 716264 | 716264 | 230301 230301 | 83823 83823 |
| 716265 | 716265 | 155502 155502 | 83823 83823 |
| 716266 | 716266 | 241718 241718 | 83823 83823 |
| 716267 | 716267 | 77403 77403 | 83823 83823 |
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)
);