inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 72346
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 901287 | 901287 | 64811 64811 | 72346 72346 |
| 901288 | 901288 | 295924 295924 | 72346 72346 |
| 901289 | 901289 | 287471 287471 | 72346 72346 |
| 901290 | 901290 | 49773 49773 | 72346 72346 |
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)
);