inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 22881
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 374471 | 374471 | 531331 531331 | 22881 22881 |
| 374472 | 374472 | 11429 11429 | 22881 22881 |
| 374473 | 374473 | 496995 496995 | 22881 22881 |
| 374474 | 374474 | 277078 277078 | 22881 22881 |
| 374475 | 374475 | 51696 51696 | 22881 22881 |
| 374476 | 374476 | 249306 249306 | 22881 22881 |
| 374477 | 374477 | 277079 277079 | 22881 22881 |
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)
);