inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 72266
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 226924 | 226924 | 271258 271258 | 72266 72266 |
| 226925 | 226925 | 109453 109453 | 72266 72266 |
| 226926 | 226926 | 49671 49671 | 72266 72266 |
| 226927 | 226927 | 505735 505735 | 72266 72266 |
| 226928 | 226928 | 271259 271259 | 72266 72266 |
| 226929 | 226929 | 171174 171174 | 72266 72266 |
| 226930 | 226930 | 297906 297906 | 72266 72266 |
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)
);