inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 43349
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 551050 | 551050 | 518232 518232 | 43349 43349 |
| 551051 | 551051 | 33077 33077 | 43349 43349 |
| 551052 | 551052 | 22540 22540 | 43349 43349 |
| 551053 | 551053 | 131500 131500 | 43349 43349 |
| 551054 | 551054 | 255404 255404 | 43349 43349 |
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)
);