inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 68923
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 819674 | 819674 | 235858 235858 | 68923 68923 |
| 819675 | 819675 | 77690 77690 | 68923 68923 |
| 819676 | 819676 | 242264 242264 | 68923 68923 |
| 819677 | 819677 | 229025 229025 | 68923 68923 |
| 819678 | 819678 | 47459 47459 | 68923 68923 |
| 819679 | 819679 | 155699 155699 | 68923 68923 |
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)
);