inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 32948
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 627805 | 627805 | 505973 505973 | 32948 32948 |
| 627806 | 627806 | 49369 49369 | 32948 32948 |
| 627807 | 627807 | 246375 246375 | 32948 32948 |
| 627808 | 627808 | 17040 17040 | 32948 32948 |
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)
);