inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 123191
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 183409 | 183409 | 244032 244032 | 123191 123191 |
| 183410 | 183410 | 268151 268151 | 123191 123191 |
| 183411 | 183411 | 87056 87056 | 123191 123191 |
| 183412 | 183412 | 159627 159627 | 123191 123191 |
| 183413 | 183413 | 268150 268150 | 123191 123191 |
| 183414 | 183414 | 494237 494237 | 123191 123191 |
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)
);