inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 2898
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 214351 | 214351 | 1128 1128 | 2898 2898 |
| 214352 | 214352 | 543493 543493 | 2898 2898 |
| 214353 | 214353 | 225325 225325 | 2898 2898 |
| 214354 | 214354 | 73445 73445 | 2898 2898 |
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)
);