inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 7790
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 111784 | 111784 | 71756 71756 | 7790 7790 |
| 111785 | 111785 | 241508 241508 | 7790 7790 |
| 111786 | 111786 | 523919 523919 | 7790 7790 |
| 111787 | 111787 | 308565 308565 | 7790 7790 |
| 111788 | 111788 | 542613 542613 | 7790 7790 |
| 111789 | 111789 | 193366 193366 | 7790 7790 |
| 111790 | 111790 | 3113 3113 | 7790 7790 |
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)
);