inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 60752
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 222531 | 222531 | 46031 46031 | 60752 60752 |
| 222532 | 222532 | 39529 39529 | 60752 60752 |
| 222533 | 222533 | 345035 345035 | 60752 60752 |
| 222534 | 222534 | 224931 224931 | 60752 60752 |
| 222535 | 222535 | 245834 245834 | 60752 60752 |
| 222536 | 222536 | 535527 535527 | 60752 60752 |
| 222537 | 222537 | 505480 505480 | 60752 60752 |
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)
);