inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 60320
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 464614 | 464614 | 487848 487848 | 60320 60320 |
| 464615 | 464615 | 157156 157156 | 60320 60320 |
| 464616 | 464616 | 81497 81497 | 60320 60320 |
| 464617 | 464617 | 336373 336373 | 60320 60320 |
| 464618 | 464618 | 38798 38798 | 60320 60320 |
| 464619 | 464619 | 528536 528536 | 60320 60320 |
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)
);