inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 23253
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 389308 | 389308 | 11622 11622 | 23253 23253 |
| 389309 | 389309 | 93375 93375 | 23253 23253 |
| 389310 | 389310 | 305785 305785 | 23253 23253 |
| 389311 | 389311 | 497395 497395 | 23253 23253 |
| 389312 | 389312 | 33262 33262 | 23253 23253 |
| 389313 | 389313 | 44851 44851 | 23253 23253 |
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)
);