inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 26683
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 289922 | 289922 | 13494 13494 | 26683 26683 |
| 289923 | 289923 | 50406 50406 | 26683 26683 |
| 289924 | 289924 | 30948 30948 | 26683 26683 |
| 289925 | 289925 | 532471 532471 | 26683 26683 |
| 289926 | 289926 | 254588 254588 | 26683 26683 |
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)
);