inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 403941
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 866598 | 866598 | 411897 411897 | 403941 403941 |
| 866599 | 866599 | 457271 457271 | 403941 403941 |
| 866600 | 866600 | 489473 489473 | 403941 403941 |
| 866601 | 866601 | 365697 365697 | 403941 403941 |
| 866602 | 866602 | 481309 481309 | 403941 403941 |
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)
);