inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 64737
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 334561 | 334561 | 44811 44811 | 64737 64737 |
| 334562 | 334562 | 248366 248366 | 64737 64737 |
| 334563 | 334563 | 275295 275295 | 64737 64737 |
| 334564 | 334564 | 275296 275296 | 64737 64737 |
| 334565 | 334565 | 508257 508257 | 64737 64737 |
| 334566 | 334566 | 536802 536802 | 64737 64737 |
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)
);