inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 16329
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 717222 | 717222 | 156254 156254 | 16329 16329 |
| 717223 | 717223 | 78641 78641 | 16329 16329 |
| 717224 | 717224 | 7805 7805 | 16329 16329 |
| 717225 | 717225 | 489629 489629 | 16329 16329 |
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)
);