inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 15376
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 118400 | 118400 | 57466 57466 | 15376 15376 |
| 118401 | 118401 | 30502 30502 | 15376 15376 |
| 118402 | 118402 | 307981 307981 | 15376 15376 |
| 118403 | 118403 | 77466 77466 | 15376 15376 |
| 118404 | 118404 | 241801 241801 | 15376 15376 |
| 118405 | 118405 | 7228 7228 | 15376 15376 |
| 118406 | 118406 | 488786 488786 | 15376 15376 |
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)
);