inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 44092
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 731632 | 731632 | 132248 132248 | 44092 44092 |
| 731633 | 731633 | 215213 215213 | 44092 44092 |
| 731634 | 731634 | 34603 34603 | 44092 44092 |
| 731635 | 731635 | 22934 22934 | 44092 44092 |
| 731636 | 731636 | 519146 519146 | 44092 44092 |
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)
);