inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 90305
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 671258 | 671258 | 296177 296177 | 90305 90305 |
| 671259 | 671259 | 486996 486996 | 90305 90305 |
| 671260 | 671260 | 259226 259226 | 90305 90305 |
| 671261 | 671261 | 61616 61616 | 90305 90305 |
| 671262 | 671262 | 346515 346515 | 90305 90305 |
| 671263 | 671263 | 75552 75552 | 90305 90305 |
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)
);