inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 10323
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 701377 | 701377 | 4192 4192 | 10323 10323 |
| 701378 | 701378 | 284585 284585 | 10323 10323 |
| 701379 | 701379 | 65072 65072 | 10323 10323 |
| 701380 | 701380 | 12997 12997 | 10323 10323 |
| 701381 | 701381 | 532253 532253 | 10323 10323 |
| 701382 | 701382 | 253547 253547 | 10323 10323 |
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)
);