inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 77426
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 945394 | 945394 | 52973 52973 | 77426 77426 |
| 945395 | 945395 | 486993 486993 | 77426 77426 |
| 945396 | 945396 | 75549 75549 | 77426 77426 |
| 945397 | 945397 | 259221 259221 | 77426 77426 |
| 945398 | 945398 | 211631 211631 | 77426 77426 |
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)
);