inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 17535
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 973074 | 973074 | 252115 252115 | 17535 17535 |
| 973075 | 973075 | 528463 528463 | 17535 17535 |
| 973076 | 973076 | 282095 282095 | 17535 17535 |
| 973077 | 973077 | 8477 8477 | 17535 17535 |
| 973078 | 973078 | 55282 55282 | 17535 17535 |
| 973079 | 973079 | 490903 490903 | 17535 17535 |
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)
);