inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 318846
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 112042 | 112042 | 263731 263731 | 318846 318846 |
| 112043 | 112043 | 263732 263732 | 318846 318846 |
| 112044 | 112044 | 230451 230451 | 318846 318846 |
| 112045 | 112045 | 542625 542625 | 318846 318846 |
| 112046 | 112046 | 241521 241521 | 318846 318846 |
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)
);