inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 15267
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 115173 | 115173 | 155437 155437 | 15267 15267 |
| 115174 | 115174 | 77305 77305 | 15267 15267 |
| 115175 | 115175 | 488667 488667 | 15267 15267 |
| 115176 | 115176 | 7163 7163 | 15267 15267 |
| 115177 | 115177 | 346446 346446 | 15267 15267 |
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)
);