inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 405305
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 974009 | 974009 | 468670 468670 | 405305 405305 |
| 974010 | 974010 | 484185 484185 | 405305 405305 |
| 974011 | 974011 | 429424 429424 | 405305 405305 |
| 974012 | 974012 | 380858 380858 | 405305 405305 |
| 974013 | 974013 | 499848 499848 | 405305 405305 |
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)
);