inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 109738
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 162062 | 162062 | 228054 228054 | 109738 109738 |
| 162063 | 162063 | 335784 335784 | 109738 109738 |
| 162064 | 162064 | 78126 78126 | 109738 109738 |
| 162065 | 162065 | 489272 489272 | 109738 109738 |
| 162066 | 162066 | 155947 155947 | 109738 109738 |
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)
);