inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 78467
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 817011 | 817011 | 154224 154224 | 78467 78467 |
| 817012 | 817012 | 259481 259481 | 78467 78467 |
| 817013 | 817013 | 206567 206567 | 78467 78467 |
| 817014 | 817014 | 53686 53686 | 78467 78467 |
| 817015 | 817015 | 75669 75669 | 78467 78467 |
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)
);