inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 10621
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 49045 | 49045 | 4341 4341 | 10621 10621 |
| 49046 | 49046 | 55835 55835 | 10621 10621 |
| 49047 | 49047 | 28899 28899 | 10621 10621 |
| 49048 | 49048 | 259881 259881 | 10621 10621 |
| 49049 | 49049 | 297502 297502 | 10621 10621 |
| 49050 | 49050 | 6227 6227 | 10621 10621 |
| 49051 | 49051 | 487434 487434 | 10621 10621 |
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)
);