inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 405099
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 836350 | 836350 | 375659 375659 | 405099 405099 |
| 836351 | 836351 | 485797 485797 | 405099 405099 |
| 836352 | 836352 | 464669 464669 | 405099 405099 |
| 836353 | 836353 | 423445 423445 | 405099 405099 |
| 836354 | 836354 | 483633 483633 | 405099 405099 |
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)
);