inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where query_id = 68219
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 102758 | 102758 | 77031 77031 | 68219 68219 |
| 102759 | 102759 | 230786 230786 | 68219 68219 |
| 102760 | 102760 | 313469 313469 | 68219 68219 |
| 102761 | 102761 | 263118 263118 | 68219 68219 |
| 102762 | 102762 | 527025 527025 | 68219 68219 |
| 102763 | 102763 | 47074 47074 | 68219 68219 |
| 102764 | 102764 | 263119 263119 | 68219 68219 |
| 102765 | 102765 | 155242 155242 | 68219 68219 |
| 102766 | 102766 | 488586 488586 | 68219 68219 |
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)
);