inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 22736
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 369469 | 369469 | 92192 92192 | 22736 22736 |
| 369470 | 369470 | 307125 307125 | 22736 22736 |
| 369471 | 369471 | 11351 11351 | 22736 22736 |
| 369472 | 369472 | 496842 496842 | 22736 22736 |
| 369473 | 369473 | 67312 67312 | 22736 22736 |
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)
);