inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 107001
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 679310 | 679310 | 319349 319349 | 107001 107001 |
| 679311 | 679311 | 75660 75660 | 107001 107001 |
| 679312 | 679312 | 259461 259461 | 107001 107001 |
| 679313 | 679313 | 487079 487079 | 107001 107001 |
| 679314 | 679314 | 154217 154217 | 107001 107001 |
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)
);