inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 117658
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 515648 | 515648 | 83437 83437 | 117658 117658 |
| 515649 | 515649 | 158092 158092 | 117658 117658 |
| 515650 | 515650 | 254429 254429 | 117658 117658 |
| 515651 | 515651 | 306123 306123 | 117658 117658 |
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)
);