inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 14231
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 942462 | 942462 | 40624 40624 | 14231 14231 |
| 942463 | 942463 | 6502 6502 | 14231 14231 |
| 942464 | 942464 | 261639 261639 | 14231 14231 |
| 942465 | 942465 | 240434 240434 | 14231 14231 |
| 942466 | 942466 | 56158 56158 | 14231 14231 |
| 942467 | 942467 | 488114 488114 | 14231 14231 |
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)
);