inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 404920
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 739586 | 739586 | 483213 483213 | 404920 404920 |
| 739587 | 739587 | 373256 373256 | 404920 404920 |
| 739588 | 739588 | 420777 420777 | 404920 404920 |
| 739589 | 739589 | 462959 462959 | 404920 404920 |
| 739590 | 739590 | 497934 497934 | 404920 404920 |
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)
);