inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 9423
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 635728 | 635728 | 3810 3810 | 9423 9423 |
| 635729 | 635729 | 153686 153686 | 9423 9423 |
| 635730 | 635730 | 74811 74811 | 9423 9423 |
| 635731 | 635731 | 486440 486440 | 9423 9423 |
| 635732 | 635732 | 5238 5238 | 9423 9423 |
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)
);