inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 40577
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 497845 | 497845 | 284916 284916 | 40577 40577 |
| 497846 | 497846 | 217173 217173 | 40577 40577 |
| 497847 | 497847 | 21086 21086 | 40577 40577 |
| 497848 | 497848 | 52859 52859 | 40577 40577 |
| 497849 | 497849 | 284917 284917 | 40577 40577 |
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)
);