inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 33805
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 305762 | 305762 | 536046 536046 | 33805 33805 |
| 305763 | 305763 | 111898 111898 | 33805 33805 |
| 305764 | 305764 | 506666 506666 | 33805 33805 |
| 305765 | 305765 | 17510 17510 | 33805 33805 |
| 305766 | 305766 | 64703 64703 | 33805 33805 |
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)
);