inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 19452
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 65141 | 65141 | 232160 232160 | 19452 19452 |
| 65142 | 65142 | 493238 493238 | 19452 19452 |
| 65143 | 65143 | 201776 201776 | 19452 19452 |
| 65144 | 65144 | 316088 316088 | 19452 19452 |
| 65145 | 65145 | 260018 260018 | 19452 19452 |
| 65146 | 65146 | 260019 260019 | 19452 19452 |
| 65147 | 65147 | 9531 9531 | 19452 19452 |
| 65148 | 65148 | 85392 85392 | 19452 19452 |
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)
);