inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 21486
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 293830 | 293830 | 246621 246621 | 21486 21486 |
| 293831 | 293831 | 89116 89116 | 21486 21486 |
| 293832 | 293832 | 530484 530484 | 21486 21486 |
| 293833 | 293833 | 495190 495190 | 21486 21486 |
| 293834 | 293834 | 160487 160487 | 21486 21486 |
| 293835 | 293835 | 324773 324773 | 21486 21486 |
| 293836 | 293836 | 10652 10652 | 21486 21486 |
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)
);