inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 105393
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 759586 | 759586 | 206089 206089 | 105393 105393 |
| 759587 | 759587 | 238223 238223 | 105393 105393 |
| 759588 | 759588 | 74349 74349 | 105393 105393 |
| 759589 | 759589 | 256650 256650 | 105393 105393 |
| 759590 | 759590 | 214367 214367 | 105393 105393 |
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)
);