inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 19162
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 655514 | 655514 | 84695 84695 | 19162 19162 |
| 655515 | 655515 | 294992 294992 | 19162 19162 |
| 655516 | 655516 | 492917 492917 | 19162 19162 |
| 655517 | 655517 | 9378 9378 | 19162 19162 |
| 655518 | 655518 | 258571 258571 | 19162 19162 |
| 655519 | 655519 | 56602 56602 | 19162 19162 |
| 655520 | 655520 | 294991 294991 | 19162 19162 |
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)
);