inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 21030
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 212388 | 212388 | 10410 10410 | 21030 21030 |
| 212389 | 212389 | 225414 225414 | 21030 21030 |
| 212390 | 212390 | 494627 494627 | 21030 21030 |
| 212391 | 212391 | 87897 87897 | 21030 21030 |
| 212392 | 212392 | 337126 337126 | 21030 21030 |
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)
);