inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 78203
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 860507 | 860507 | 230492 230492 | 78203 78203 |
| 860508 | 860508 | 77167 77167 | 78203 78203 |
| 860509 | 860509 | 207433 207433 | 78203 78203 |
| 860510 | 860510 | 263640 263640 | 78203 78203 |
| 860511 | 860511 | 53470 53470 | 78203 78203 |
| 860512 | 860512 | 155361 155361 | 78203 78203 |
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)
);