inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 22256
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 321120 | 321120 | 530873 530873 | 22256 22256 |
| 321121 | 321121 | 51628 51628 | 22256 22256 |
| 321122 | 321122 | 35614 35614 | 22256 22256 |
| 321123 | 321123 | 90634 90634 | 22256 22256 |
| 321124 | 321124 | 11074 11074 | 22256 22256 |
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)
);