inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 29603
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 131329 | 131329 | 242085 242085 | 29603 29603 |
| 131330 | 131330 | 167217 167217 | 29603 29603 |
| 131331 | 131331 | 534174 534174 | 29603 29603 |
| 131332 | 131332 | 65496 65496 | 29603 29603 |
| 131333 | 131333 | 15203 15203 | 29603 29603 |
| 131334 | 131334 | 323849 323849 | 29603 29603 |
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)
);