inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 26144
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 299640 | 299640 | 68614 68614 | 26144 26144 |
| 299641 | 299641 | 13200 13200 | 26144 26144 |
| 299642 | 299642 | 506418 506418 | 26144 26144 |
| 299643 | 299643 | 246843 246843 | 26144 26144 |
| 299644 | 299644 | 111192 111192 | 26144 26144 |
| 299645 | 299645 | 315753 315753 | 26144 26144 |
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)
);