inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 83936
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 91016 | 91016 | 85679 85679 | 83936 83936 |
| 91017 | 91017 | 240669 240669 | 83936 83936 |
| 91018 | 91018 | 57567 57567 | 83936 83936 |
| 91019 | 91019 | 262141 262141 | 83936 83936 |
| 91020 | 91020 | 493376 493376 | 83936 83936 |
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)
);