inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 80513
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 302659 | 302659 | 272558 272558 | 80513 80513 |
| 302660 | 302660 | 272559 272559 | 80513 80513 |
| 302661 | 302661 | 319566 319566 | 80513 80513 |
| 302662 | 302662 | 111462 111462 | 80513 80513 |
| 302663 | 302663 | 172442 172442 | 80513 80513 |
| 302664 | 302664 | 55069 55069 | 80513 80513 |
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)
);