inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 78518
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 554977 | 554977 | 255535 255535 | 78518 78518 |
| 554978 | 554978 | 215276 215276 | 78518 78518 |
| 554979 | 554979 | 288840 288840 | 78518 78518 |
| 554980 | 554980 | 288839 288839 | 78518 78518 |
| 554981 | 554981 | 53723 53723 | 78518 78518 |
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)
);