inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 11706
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 895773 | 895773 | 64734 64734 | 11706 11706 |
| 895774 | 895774 | 4981 4981 | 11706 11706 |
| 895775 | 895775 | 39716 39716 | 11706 11706 |
| 895776 | 895776 | 291345 291345 | 11706 11706 |
| 895777 | 895777 | 256757 256757 | 11706 11706 |
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)
);