inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 101895
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 152617 | 152617 | 489218 489218 | 101895 101895 |
| 152618 | 152618 | 69292 69292 | 101895 101895 |
| 152619 | 152619 | 243060 243060 | 101895 101895 |
| 152620 | 152620 | 327133 327133 | 101895 101895 |
| 152621 | 152621 | 201510 201510 | 101895 101895 |
| 152622 | 152622 | 78047 78047 | 101895 101895 |
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)
);