inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 100779
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 312145 | 312145 | 530765 530765 | 100779 100779 |
| 312146 | 312146 | 239268 239268 | 100779 100779 |
| 312147 | 312147 | 68494 68494 | 100779 100779 |
| 312148 | 312148 | 90253 90253 | 100779 100779 |
| 312149 | 312149 | 495773 495773 | 100779 100779 |
| 312150 | 312150 | 161026 161026 | 100779 100779 |
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)
);