inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 112276
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 421451 | 421451 | 279362 279362 | 112276 112276 |
| 421452 | 421452 | 333321 333321 | 112276 112276 |
| 421453 | 421453 | 79828 79828 | 112276 112276 |
| 421454 | 421454 | 250631 250631 | 112276 112276 |
| 421455 | 421455 | 279361 279361 | 112276 112276 |
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)
);