inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 56417
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 358302 | 358302 | 242273 242273 | 56417 56417 |
| 358303 | 358303 | 265255 265255 | 56417 56417 |
| 358304 | 358304 | 32431 32431 | 56417 56417 |
| 358305 | 358305 | 488979 488979 | 56417 56417 |
| 358306 | 358306 | 50782 50782 | 56417 56417 |
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)
);