inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 60004
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 193326 | 193326 | 207843 207843 | 60004 60004 |
| 193327 | 193327 | 78631 78631 | 60004 60004 |
| 193328 | 193328 | 38196 38196 | 60004 60004 |
| 193329 | 193329 | 527791 527791 | 60004 60004 |
| 193330 | 193330 | 324811 324811 | 60004 60004 |
| 193331 | 193331 | 244472 244472 | 60004 60004 |
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)
);