inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 64738
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 723778 | 723778 | 536802 536802 | 64738 64738 |
| 723779 | 723779 | 248366 248366 | 64738 64738 |
| 723780 | 723780 | 44811 44811 | 64738 64738 |
| 723781 | 723781 | 275295 275295 | 64738 64738 |
| 723782 | 723782 | 508257 508257 | 64738 64738 |
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)
);