inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 100322
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 850265 | 850265 | 68179 68179 | 100322 100322 |
| 850266 | 850266 | 231190 231190 | 100322 100322 |
| 850267 | 850267 | 207089 207089 | 100322 100322 |
| 850268 | 850268 | 154955 154955 | 100322 100322 |
| 850269 | 850269 | 235499 235499 | 100322 100322 |
| 850270 | 850270 | 207088 207088 | 100322 100322 |
| 850271 | 850271 | 207087 207087 | 100322 100322 |
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)
);