inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 9150
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 838334 | 838334 | 38355 38355 | 9150 9150 |
| 838335 | 838335 | 241078 241078 | 9150 9150 |
| 838336 | 838336 | 3681 3681 | 9150 9150 |
| 838337 | 838337 | 263078 263078 | 9150 9150 |
| 838338 | 838338 | 9583 9583 | 9150 9150 |
| 838339 | 838339 | 68232 68232 | 9150 9150 |
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)
);