inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 21125
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 348382 | 348382 | 10459 10459 | 21125 21125 |
| 348383 | 348383 | 270629 270629 | 21125 21125 |
| 348384 | 348384 | 494739 494739 | 21125 21125 |
| 348385 | 348385 | 245636 245636 | 21125 21125 |
| 348386 | 348386 | 32478 32478 | 21125 21125 |
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)
);