inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 27938
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 623265 | 623265 | 500970 500970 | 27938 27938 |
| 623266 | 623266 | 213289 213289 | 27938 27938 |
| 623267 | 623267 | 345476 345476 | 27938 27938 |
| 623268 | 623268 | 101104 101104 | 27938 27938 |
| 623269 | 623269 | 42437 42437 | 27938 27938 |
| 623270 | 623270 | 14250 14250 | 27938 27938 |
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)
);