inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 123098
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 707001 | 707001 | 86975 86975 | 123098 123098 |
| 707002 | 707002 | 236397 236397 | 123098 123098 |
| 707003 | 707003 | 208665 208665 | 123098 123098 |
| 707004 | 707004 | 227873 227873 | 123098 123098 |
| 707005 | 707005 | 159603 159603 | 123098 123098 |
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)
);