inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 37491
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 414224 | 414224 | 220544 220544 | 37491 37491 |
| 414225 | 414225 | 119959 119959 | 37491 37491 |
| 414226 | 414226 | 510439 510439 | 37491 37491 |
| 414227 | 414227 | 19471 19471 | 37491 37491 |
| 414228 | 414228 | 53397 53397 | 37491 37491 |
| 414229 | 414229 | 319786 319786 | 37491 37491 |
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)
);