inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 128421
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 313118 | 313118 | 90304 90304 | 128421 128421 |
| 313119 | 313119 | 305541 305541 | 128421 128421 |
| 313120 | 313120 | 495802 495802 | 128421 128421 |
| 313121 | 313121 | 161044 161044 | 128421 128421 |
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)
);