inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 29307
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 101349 | 101349 | 15022 15022 | 29307 29307 |
| 101350 | 101350 | 262882 262882 | 29307 29307 |
| 101351 | 101351 | 230847 230847 | 29307 29307 |
| 101352 | 101352 | 166473 166473 | 29307 29307 |
| 101353 | 101353 | 102647 102647 | 29307 29307 |
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)
);