inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 405062
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 701322 | 701322 | 464382 464382 | 405062 405062 |
| 701323 | 701323 | 375282 375282 | 405062 405062 |
| 701324 | 701324 | 483564 483564 | 405062 405062 |
| 701325 | 701325 | 490897 490897 | 405062 405062 |
| 701326 | 701326 | 423001 423001 | 405062 405062 |
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)
);