inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 60105
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 363669 | 363669 | 371594 371594 | 60105 60105 |
| 363670 | 363670 | 91817 91817 | 60105 60105 |
| 363671 | 363671 | 496632 496632 | 60105 60105 |
| 363672 | 363672 | 482766 482766 | 60105 60105 |
| 363673 | 363673 | 418750 418750 | 60105 60105 |
| 363674 | 363674 | 38376 38376 | 60105 60105 |
| 363675 | 363675 | 461690 461690 | 60105 60105 |
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)
);