inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 65582
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 334268 | 334268 | 496290 496290 | 65582 65582 |
| 334269 | 334269 | 315834 315834 | 65582 65582 |
| 334270 | 334270 | 45272 45272 | 65582 65582 |
| 334271 | 334271 | 531033 531033 | 65582 65582 |
| 334272 | 334272 | 161495 161495 | 65582 65582 |
| 334273 | 334273 | 91198 91198 | 65582 65582 |
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)
);