inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 28666
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 944946 | 944946 | 533620 533620 | 28666 28666 |
| 944947 | 944947 | 53687 53687 | 28666 28666 |
| 944948 | 944948 | 260306 260306 | 28666 28666 |
| 944949 | 944949 | 239799 239799 | 28666 28666 |
| 944950 | 944950 | 40706 40706 | 28666 28666 |
| 944951 | 944951 | 14658 14658 | 28666 28666 |
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)
);