inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 340534
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 479718 | 479718 | 283614 283614 | 340534 340534 |
| 479719 | 479719 | 283615 283615 | 340534 340534 |
| 479720 | 479720 | 252955 252955 | 340534 340534 |
| 479721 | 479721 | 532147 532147 | 340534 340534 |
| 479722 | 479722 | 340040 340040 | 340534 340534 |
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)
);