inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 353032
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 191374 | 191374 | 268769 268769 | 353032 353032 |
| 191375 | 191375 | 321060 321060 | 353032 353032 |
| 191376 | 191376 | 268768 268768 | 353032 353032 |
| 191377 | 191377 | 543220 543220 | 353032 353032 |
| 191378 | 191378 | 268770 268770 | 353032 353032 |
| 191379 | 191379 | 268767 268767 | 353032 353032 |
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)
);