inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 74829
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 201148 | 201148 | 326295 326295 | 74829 74829 |
| 201149 | 201149 | 504485 504485 | 74829 74829 |
| 201150 | 201150 | 169639 169639 | 74829 74829 |
| 201151 | 201151 | 535083 535083 | 74829 74829 |
| 201152 | 201152 | 106921 106921 | 74829 74829 |
| 201153 | 201153 | 51433 51433 | 74829 74829 |
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)
);