inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 26052
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 634018 | 634018 | 293521 293521 | 26052 26052 |
| 634019 | 634019 | 533322 533322 | 26052 26052 |
| 634020 | 634020 | 13150 13150 | 26052 26052 |
| 634021 | 634021 | 257727 257727 | 26052 26052 |
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)
);