inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 10723
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 961919 | 961919 | 268696 268696 | 10723 10723 |
| 961920 | 961920 | 527773 527773 | 10723 10723 |
| 961921 | 961921 | 4392 4392 | 10723 10723 |
| 961922 | 961922 | 7785 7785 | 10723 10723 |
| 961923 | 961923 | 489602 489602 | 10723 10723 |
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)
);