inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 10453
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 875325 | 875325 | 14079 14079 | 10453 10453 |
| 875326 | 875326 | 4257 4257 | 10453 10453 |
| 875327 | 875327 | 239554 239554 | 10453 10453 |
| 875328 | 875328 | 39365 39365 | 10453 10453 |
| 875329 | 875329 | 292098 292098 | 10453 10453 |
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)
);