inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 111235
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 816720 | 816720 | 221617 221617 | 111235 111235 |
| 816721 | 816721 | 207957 207957 | 111235 111235 |
| 816722 | 816722 | 79205 79205 | 111235 111235 |
| 816723 | 816723 | 237330 237330 | 111235 111235 |
| 816724 | 816724 | 207956 207956 | 111235 111235 |
| 816725 | 816725 | 207955 207955 | 111235 111235 |
| 816726 | 816726 | 249259 249259 | 111235 111235 |
| 816727 | 816727 | 156436 156436 | 111235 111235 |
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)
);