inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 113518
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 789880 | 789880 | 208035 208035 | 113518 113518 |
| 789881 | 789881 | 208034 208034 | 113518 113518 |
| 789882 | 789882 | 156819 156819 | 113518 113518 |
| 789883 | 789883 | 80603 80603 | 113518 113518 |
| 789884 | 789884 | 219620 219620 | 113518 113518 |
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)
);