inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 74666
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 310066 | 310066 | 330455 330455 | 74666 74666 |
| 310067 | 310067 | 51329 51329 | 74666 74666 |
| 310068 | 310068 | 201929 201929 | 74666 74666 |
| 310069 | 310069 | 495697 495697 | 74666 74666 |
| 310070 | 310070 | 223502 223502 | 74666 74666 |
| 310071 | 310071 | 273178 273178 | 74666 74666 |
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)
);