inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 19110
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 972338 | 972338 | 258495 258495 | 19110 19110 |
| 972339 | 972339 | 9346 9346 | 19110 19110 |
| 972340 | 972340 | 41665 41665 | 19110 19110 |
| 972341 | 972341 | 60258 60258 | 19110 19110 |
| 972342 | 972342 | 294841 294841 | 19110 19110 |
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)
);