inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 404875
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 895611 | 895611 | 420514 420514 | 404875 404875 |
| 895612 | 895612 | 462785 462785 | 404875 404875 |
| 895613 | 895613 | 510465 510465 | 404875 404875 |
| 895614 | 895614 | 462786 462786 | 404875 404875 |
| 895615 | 895615 | 420515 420515 | 404875 404875 |
| 895616 | 895616 | 483142 483142 | 404875 404875 |
| 895617 | 895617 | 373039 373039 | 404875 404875 |
| 895618 | 895618 | 373038 373038 | 404875 404875 |
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)
);