inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 65034
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 106009 | 106009 | 493487 493487 | 65034 65034 |
| 106010 | 106010 | 159094 159094 | 65034 65034 |
| 106011 | 106011 | 529544 529544 | 65034 65034 |
| 106012 | 106012 | 44970 44970 | 65034 65034 |
| 106013 | 106013 | 85888 85888 | 65034 65034 |
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)
);