inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 34859
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 328126 | 328126 | 18085 18085 | 34859 34859 |
| 328127 | 328127 | 174133 174133 | 34859 34859 |
| 328128 | 328128 | 114191 114191 | 34859 34859 |
| 328129 | 328129 | 331295 331295 | 34859 34859 |
| 328130 | 328130 | 222701 222701 | 34859 34859 |
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)
);