inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 12144
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 639380 | 639380 | 294151 294151 | 12144 12144 |
| 639381 | 639381 | 258044 258044 | 12144 12144 |
| 639382 | 639382 | 5263 5263 | 12144 12144 |
| 639383 | 639383 | 486513 486513 | 12144 12144 |
| 639384 | 639384 | 74915 74915 | 12144 12144 |
| 639385 | 639385 | 294150 294150 | 12144 12144 |
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)
);