inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 15340
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 40250 | 40250 | 28560 28560 | 15340 15340 |
| 40251 | 40251 | 7205 7205 | 15340 15340 |
| 40252 | 40252 | 264141 264141 | 15340 15340 |
| 40253 | 40253 | 46040 46040 | 15340 15340 |
| 40254 | 40254 | 241725 241725 | 15340 15340 |
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)
);