inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 32819
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 228851 | 228851 | 109674 109674 | 32819 32819 |
| 228852 | 228852 | 16972 16972 | 32819 32819 |
| 228853 | 228853 | 535651 535651 | 32819 32819 |
| 228854 | 228854 | 505836 505836 | 32819 32819 |
| 228855 | 228855 | 62203 62203 | 32819 32819 |
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)
);