inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 234547
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 805084 | 805084 | 414168 414168 | 234547 234547 |
| 805085 | 805085 | 481666 481666 | 234547 234547 |
| 805086 | 805086 | 494652 494652 | 234547 234547 |
| 805087 | 805087 | 367698 367698 | 234547 234547 |
| 805088 | 805088 | 458783 458783 | 234547 234547 |
| 805089 | 805089 | 160024 160024 | 234547 234547 |
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)
);