inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 127295
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 301617 | 301617 | 160696 160696 | 127295 127295 |
| 301618 | 301618 | 495418 495418 | 127295 127295 |
| 301619 | 301619 | 318556 318556 | 127295 127295 |
| 301620 | 301620 | 530585 530585 | 127295 127295 |
| 301621 | 301621 | 89582 89582 | 127295 127295 |
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)
);