inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 101314
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 964546 | 964546 | 155803 155803 | 101314 101314 |
| 964547 | 964547 | 77871 77871 | 101314 101314 |
| 964548 | 964548 | 228690 228690 | 101314 101314 |
| 964549 | 964549 | 242735 242735 | 101314 101314 |
| 964550 | 964550 | 68901 68901 | 101314 101314 |
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)
);