inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 405124
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 728850 | 728850 | 465259 465259 | 405124 405124 |
| 728851 | 728851 | 424415 424415 | 405124 405124 |
| 728852 | 728852 | 376477 376477 | 405124 405124 |
| 728853 | 728853 | 483698 483698 | 405124 405124 |
| 728854 | 728854 | 528592 528592 | 405124 405124 |
| 728855 | 728855 | 491028 491028 | 405124 405124 |
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)
);