inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 15436
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 236303 | 236303 | 155581 155581 | 15436 15436 |
| 236304 | 236304 | 488829 488829 | 15436 15436 |
| 236305 | 236305 | 29834 29834 | 15436 15436 |
| 236306 | 236306 | 241942 241942 | 15436 15436 |
| 236307 | 236307 | 230165 230165 | 15436 15436 |
| 236308 | 236308 | 69786 69786 | 15436 15436 |
| 236309 | 236309 | 7262 7262 | 15436 15436 |
| 236310 | 236310 | 264529 264529 | 15436 15436 |
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)
);