inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 102251
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 653984 | 653984 | 486660 486660 | 102251 102251 |
| 653985 | 653985 | 212221 212221 | 102251 102251 |
| 653986 | 653986 | 258531 258531 | 102251 102251 |
| 653987 | 653987 | 153869 153869 | 102251 102251 |
| 653988 | 653988 | 75139 75139 | 102251 102251 |
| 653989 | 653989 | 69518 69518 | 102251 102251 |
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)
);