inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 29473
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 122724 | 122724 | 229907 229907 | 29473 29473 |
| 122725 | 122725 | 15124 15124 | 29473 29473 |
| 122726 | 122726 | 345420 345420 | 29473 29473 |
| 122727 | 122727 | 102971 102971 | 29473 29473 |
| 122728 | 122728 | 166741 166741 | 29473 29473 |
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)
);