inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 37413
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 413063 | 413063 | 19432 19432 | 37413 37413 |
| 413064 | 413064 | 119814 119814 | 37413 37413 |
| 413065 | 413065 | 63253 63253 | 37413 37413 |
| 413066 | 413066 | 537752 537752 | 37413 37413 |
| 413067 | 413067 | 250297 250297 | 37413 37413 |
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)
);