inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 61077
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 668796 | 668796 | 313049 313049 | 61077 61077 |
| 668797 | 668797 | 39987 39987 | 61077 61077 |
| 668798 | 668798 | 75448 75448 | 61077 61077 |
| 668799 | 668799 | 486905 486905 | 61077 61077 |
| 668800 | 668800 | 154072 154072 | 61077 61077 |
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)
);