inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 9540
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 25306 | 25306 | 253266 253266 | 9540 9540 |
| 25307 | 25307 | 29685 29685 | 9540 9540 |
| 25308 | 25308 | 538700 538700 | 9540 9540 |
| 25309 | 25309 | 284119 284119 | 9540 9540 |
| 25310 | 25310 | 20777 20777 | 9540 9540 |
| 25311 | 25311 | 3855 3855 | 9540 9540 |
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)
);