inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 404695
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 838725 | 838725 | 482766 482766 | 404695 404695 |
| 838726 | 838726 | 496632 496632 | 404695 404695 |
| 838727 | 838727 | 461690 461690 | 404695 404695 |
| 838728 | 838728 | 371594 371594 | 404695 404695 |
| 838729 | 838729 | 418750 418750 | 404695 404695 |
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)
);