inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 28417
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 666622 | 666622 | 329227 329227 | 28417 28417 |
| 666623 | 666623 | 533476 533476 | 28417 28417 |
| 666624 | 666624 | 239605 239605 | 28417 28417 |
| 666625 | 666625 | 501237 501237 | 28417 28417 |
| 666626 | 666626 | 14509 14509 | 28417 28417 |
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)
);