inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 42205
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 236486 | 236486 | 21932 21932 | 42205 42205 |
| 236487 | 236487 | 515570 515570 | 42205 42205 |
| 236488 | 236488 | 287356 287356 | 42205 42205 |
| 236489 | 236489 | 46240 46240 | 42205 42205 |
| 236490 | 236490 | 29835 29835 | 42205 42205 |
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)
);