inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 54669
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 444947 | 444947 | 251402 251402 | 54669 54669 |
| 444948 | 444948 | 498472 498472 | 54669 54669 |
| 444949 | 444949 | 320230 320230 | 54669 54669 |
| 444950 | 444950 | 95702 95702 | 54669 54669 |
| 444951 | 444951 | 29503 29503 | 54669 54669 |
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)
);