inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 24452
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 883390 | 883390 | 498579 498579 | 24452 24452 |
| 883391 | 883391 | 281327 281327 | 24452 24452 |
| 883392 | 883392 | 44788 44788 | 24452 24452 |
| 883393 | 883393 | 12269 12269 | 24452 24452 |
| 883394 | 883394 | 251725 251725 | 24452 24452 |
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)
);