inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 60837
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 892904 | 892904 | 456461 456461 | 60837 60837 |
| 892905 | 892905 | 364609 364609 | 60837 60837 |
| 892906 | 892906 | 481122 481122 | 60837 60837 |
| 892907 | 892907 | 410679 410679 | 60837 60837 |
| 892908 | 892908 | 39635 39635 | 60837 60837 |
| 892909 | 892909 | 503257 503257 | 60837 60837 |
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)
);