inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 346113
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 20943 | 20943 | 479289 479289 | 346113 346113 |
| 20944 | 20944 | 394452 394452 | 346113 346113 |
| 20945 | 20945 | 487205 487205 | 346113 346113 |
| 20946 | 20946 | 446130 446130 | 346113 346113 |
| 20947 | 20947 | 259621 259621 | 346113 346113 |
| 20948 | 20948 | 485578 485578 | 346113 346113 |
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)
);