inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 91441
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 726299 | 726299 | 62415 62415 | 91441 91441 |
| 726300 | 726300 | 487315 487315 | 91441 91441 |
| 726301 | 726301 | 297221 297221 | 91441 91441 |
| 726302 | 726302 | 259758 259758 | 91441 91441 |
| 726303 | 726303 | 206729 206729 | 91441 91441 |
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)
);